Author: sebb
Date: Tue Oct 5 23:11:58 2010
New Revision: 1004852
URL: http://svn.apache.org/viewvc?rev=1004852&view=rev
Log:
More info when test fails
Modified:
commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
Modified:
commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java?rev=1004852&r1=1004851&r2=1004852&view=diff
==============================================================================
---
commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
(original)
+++
commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
Tue Oct 5 23:11:58 2010
@@ -881,7 +881,7 @@ public class DefaultExecutorTest extends
}
assertTrue("The process was killed by the watchdog",
watchdog.killedProcess());
- assertTrue("SKipping the Thread.join() did not work", duration < 9000);
+ assertTrue("Skipping the Thread.join() did not work,
duration="+duration, duration < 9000);
}
/**