At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge
------------------------------------------------------------
revno: 219
revision-id: mtaylor@stripped
parent: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: ndbjmerge
timestamp: Mon 2007-10-29 17:55:44 +0000
message:
Fixed test suite error message
modified:
java/testsuite/BaseTestCase.java basetestcase.java-20070523000102-ggam3j202kmrm4es-5
------------------------------------------------------------
revno: 217.1.1
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Mon 2007-10-29 16:39:46 +0000
message:
Made logDebug print to STDOUT instead of STDERR so junit doesn't freak.
modified:
java/testsuite/BaseTestCase.java basetestcase.java-20070523000102-ggam3j202kmrm4es-5
=== modified file 'java/testsuite/BaseTestCase.java'
--- a/java/testsuite/BaseTestCase.java 2007-09-18 08:16:15 +0000
+++ b/java/testsuite/BaseTestCase.java 2007-10-29 16:39:46 +0000
@@ -370,7 +370,7 @@
public void logDebug(String message) {
if (System.getProperty("com.mysql.jdbc.testsuite.noDebugOutput") == null) {
- System.err.println(message);
+ System.out.println(message);
}
}
@@ -595,4 +595,4 @@
return buf.toString();
}
-}
\ No newline at end of file
+}
| Thread |
|---|
| • Rev 219: Fixed test suite error message in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge | Monty Taylor | 29 Oct |