You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2002/12/01 05:35:48 UTC

cvs commit: jakarta-turbine-maven/src/test/java/org/apache/maven/cli AppTest.java

jvanzyl     2002/11/30 20:35:48

  Modified:    src/test/java/org/apache/maven/cli AppTest.java
  Log:
  refactoring
  
  Revision  Changes    Path
  1.2       +0 -13     jakarta-turbine-maven/src/test/java/org/apache/maven/cli/AppTest.java
  
  Index: AppTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/java/org/apache/maven/cli/AppTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AppTest.java	26 Nov 2002 23:35:30 -0000	1.1
  +++ AppTest.java	1 Dec 2002 04:35:48 -0000	1.2
  @@ -52,19 +52,6 @@
           // JUnitDoclet end method testcase.tearDown
       }
   
  -    public void testSetGetMaven() throws Exception
  -    {
  -        // JUnitDoclet begin method setMaven getMaven
  -        org.apache.maven.app.Maven[] tests = {new org.apache.maven.app.Maven(), null};
  -
  -        for ( int i = 0; i < tests.length; i++ )
  -        {
  -            app.setMaven( tests[i] );
  -            assertEquals( tests[i], app.getMaven() );
  -        }
  -        // JUnitDoclet end method setMaven getMaven
  -    }
  -
       public void testSetGetDescriptorDirectory() throws Exception
       {
           // JUnitDoclet begin method setDescriptorDirectory getDescriptorDirectory