You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/12/10 14:19:46 UTC

cvs commit: avalon/merlin/platform/tutorials/parameterization/src/test/tutorial StandardTestCase.java

mcconnell    2003/12/10 05:19:46

  Modified:    merlin/platform/tutorials/parameterization/src/test/tutorial
                        StandardTestCase.java
  Log:
  Bring up to 3.2 spec.
  
  Revision  Changes    Path
  1.2       +1 -6      avalon/merlin/platform/tutorials/parameterization/src/test/tutorial/StandardTestCase.java
  
  Index: StandardTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/tutorials/parameterization/src/test/tutorial/StandardTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StandardTestCase.java	22 Nov 2003 13:23:51 -0000	1.1
  +++ StandardTestCase.java	10 Dec 2003 13:19:46 -0000	1.2
  @@ -69,12 +69,7 @@
       */
       public StandardTestCase( String name )
       {
  -        super( 
  -          MAVEN_TARGET_CLASSES_DIR, 
  -          MERLIN_DEFAULT_CONFIG_FILE, 
  -          MERLIN_INFO_OFF, 
  -          MERLIN_DEBUG_OFF, 
  -          name );
  +        super( name );
       }
   
       //--------------------------------------------------------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org