Revision: 532
http://cishell.svn.sourceforge.net/cishell/?rev=532&view=rev
Author: mwlinnem
Date: 2007-09-20 14:15:45 -0700 (Thu, 20 Sep 2007)
Log Message:
-----------
Removed slowness warning.
Modified Paths:
--------------
trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java
Modified: trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java
===================================================================
--- trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java 2007-09-20 21:07:14 UTC (rev 531)
+++ trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithm.java 2007-09-20 21:15:45 UTC (rev 532)
@@ -68,13 +68,13 @@
}
public Data[] execute() {
- this.log.log(LogService.LOG_INFO,
- "\r\n" +
- "-------NOTICE-------" + "\r\n" +
- "The Converter Tester will take " +
- "some time to run all the tests. \r\n" +
- "Thank you for waiting :)" + "\r\n" +
- "-----END NOTICE----- \r\n");
+// this.log.log(LogService.LOG_INFO,
+// "\r\n" +
+// "-------NOTICE-------" + "\r\n" +
+// "The Converter Tester will take " +
+// "some time to run all the tests. \r\n" +
+// "Thank you for waiting :)" + "\r\n" +
+// "-----END NOTICE----- \r\n");
Data[] returnDM;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|