You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2011/10/13 08:11:25 UTC

svn commit: r1182674 - /ant/antlibs/compress/trunk/src/tests/antunit/pack200normalize-test.xml

Author: bodewig
Date: Thu Oct 13 06:11:25 2011
New Revision: 1182674

URL: http://svn.apache.org/viewvc?rev=1182674&view=rev
Log:
looks like a race-condition in Gump

Modified:
    ant/antlibs/compress/trunk/src/tests/antunit/pack200normalize-test.xml

Modified: ant/antlibs/compress/trunk/src/tests/antunit/pack200normalize-test.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/src/tests/antunit/pack200normalize-test.xml?rev=1182674&r1=1182673&r2=1182674&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/src/tests/antunit/pack200normalize-test.xml (original)
+++ ant/antlibs/compress/trunk/src/tests/antunit/pack200normalize-test.xml Thu Oct 13 06:11:25 2011
@@ -90,6 +90,7 @@
     <touch file="${bar}"/>
     <sleep seconds="2"/>
     <touch file="${foo}"/>
+    <sleep seconds="2"/>
     <cmp:pack200normalize srcfile="${foo}" destfile="${bar}"/>
     <au:assertDestIsOutofdate dest="${foo}" src="${bar}"/>
   </target>