webwork/src/test/webwork TestCaseSupport.java,1.1,1.2
[email protected] Sat, 01 Nov 2003 16:05:07 -0800
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/test/webwork
In directory sc8-pr-cvs1:/tmp/cvs-serv28362/src/test/webwork
Modified Files:
TestCaseSupport.java
Log Message:
Get rid of the pointless reporting. That's the job of the runner, not the tests
Index: TestCaseSupport.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/test/webwork/TestCaseSupport.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- TestCaseSupport.java 1 Nov 2003 07:17:01 -0000 1.1
+++ TestCaseSupport.java 2 Nov 2003 00:05:05 -0000 1.2
@@ -17,13 +17,6 @@
super(testName);
}
- public void run(TestResult testResult) {
- System.out.println("********* Now Running: " + this.getClass().getName() + " *********");
- super.run(testResult);
- System.out.println("********* Finished: " + this.getClass().getName() + " *********");
- System.out.println();
- }
-
protected void fail(Exception e) {
e.printStackTrace();
fail(e.getMessage());
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/