Revision: 500 http://cishell.svn.sourceforge.net/cishell/?rev=500&view=rev Author: mwlinnem Date: 2007-08-30 12:19:13 -0700 (Thu, 30 Aug 2007) Log Message: ----------- Test Reports now say which # test they are in their text. Modified Paths: -------------- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/tester2/reportgen/alltests/TestReportSubGenerator.java Modified: trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/tester2/reportgen/alltests/TestReportSubGenerator.java =================================================================== --- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/tester2/reportgen/alltests/TestReportSubGenerator.java 2007-08-30 19:09:19 UTC (rev 499) +++ trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/tester2/reportgen/alltests/TestReportSubGenerator.java 2007-08-30 19:19:13 UTC (rev 500) @@ -37,7 +37,7 @@ reportOutStream = new FileOutputStream(reportFile); PrintStream report = new PrintStream(reportOutStream); - report.println("Test Result Report"); + report.println("Test " + tr.getTestNum() + " Result Report"); report.println("-----------------------------------------------"); report.println(""); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |