Author: jsong
Date: Wed Mar 16 14:04:22 2005
New Revision: 157814

URL: http://svn.apache.org/viewcvs?view=rev&rev=157814
Log:
Comment out the code to sleep for 2 minutes between NETUI test and controls 
test when running dist.tests.

Modified:
    incubator/beehive/trunk/test/dist-test/ant/build.xml

Modified: incubator/beehive/trunk/test/dist-test/ant/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/test/dist-test/ant/build.xml?view=diff&r1=157813&r2=157814
==============================================================================
--- incubator/beehive/trunk/test/dist-test/ant/build.xml (original)
+++ incubator/beehive/trunk/test/dist-test/ant/build.xml Wed Mar 16 14:04:22 
2005
@@ -21,7 +21,7 @@
           <antcall target="prepare.build"/>
 
           <antcall target="netui.tests" />
-          <sleep minutes="2"/>
+          <!--sleep minutes="2"/-->
           <antcall target="controls.tests" />
           <!-- antcall target="wsm.tests"/ -->
     </target>


Reply via email to