taylor      2003/02/11 21:56:49

  Modified:    build    build.xml
  Log:
  add two unit tests for validation
  
  Revision  Changes    Path
  1.185     +3 -4      jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.184
  retrieving revision 1.185
  diff -u -r1.184 -r1.185
  --- build.xml 12 Feb 2003 01:19:56 -0000      1.184
  +++ build.xml 12 Feb 2003 05:56:49 -0000      1.185
  @@ -1031,7 +1031,9 @@
               <formatter type="plain" usefile="false"/>            
   
               <!-- JUnit unit tests -->
  -              <test 
name="org.apache.jetspeed.services.portaltoolkit.TestSkinAggregation"/>
  +            <test name="org.apache.jetspeed.util.TestValidation"/> 
  +            <test name="org.apache.jetspeed.util.TestValidationParameterParser"/> 
  +              <test 
name="org.apache.jetspeed.services.portaltoolkit.TestSkinAggregation"/>
               <test name="org.apache.jetspeed.capability.TestCapabilityMap"/>
               <test name="org.apache.jetspeed.services.psmlmanager.TestMarshalPsml"/>
               <test name="org.apache.jetspeed.services.psmlmanager.TestDbCriteria"/>
  @@ -1043,10 +1045,7 @@
               <test 
name="org.apache.jetspeed.services.registry.TestRegistryCategories"/>
               <test name="org.apache.jetspeed.cache.TestFileCache"/>
               <test name="org.apache.jetspeed.util.TestOverwriteProperties"/>         
                       
  -<!--
               <test 
name="org.apache.jetspeed.services.registry.TestRegistryPersistence"/> 
  --->
  -
           </junit>
       </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to