Revision: 3922
Author: janne.t.harkonen
Date: Thu Aug 26 00:48:15 2010
Log: Edited wiki page JavaIntegration through web user interface.
http://code.google.com/p/robotframework/source/detail?r=3922
Modified:
/wiki/JavaIntegration.wiki
=======================================
--- /wiki/JavaIntegration.wiki Wed Aug 25 21:29:24 2010
+++ /wiki/JavaIntegration.wiki Thu Aug 26 00:48:15 2010
@@ -22,6 +22,8 @@
System.out.println("All tests passed");
else if (rc <= 250)
System.out.println(rc + " tests failed.");
+ else
+ System.out.println("Error occurred");
}
}