Revision: 3920
Author: janne.t.harkonen
Date: Wed Aug 25 21:29:24 2010
Log: Edited wiki page JavaIntegration through web user interface.
http://code.google.com/p/robotframework/source/detail?r=3920
Modified:
/wiki/JavaIntegration.wiki
=======================================
--- /wiki/JavaIntegration.wiki Wed Aug 25 21:26:12 2010
+++ /wiki/JavaIntegration.wiki Wed Aug 25 21:29:24 2010
@@ -20,7 +20,7 @@
.run(new String[] { "--outputdir", "/tmp", "mytests" });
if (rc == 0)
System.out.println("All tests passed");
- else
+ else if (rc <= 250)
System.out.println(rc + " tests failed.");
}