Revision: 501 http://cishell.svn.sourceforge.net/cishell/?rev=501&view=rev Author: mwlinnem Date: 2007-08-30 12:22:38 -0700 (Thu, 30 Aug 2007) Log Message: ----------- Removed passed % from converter report (Can be confusing when converter is marked as trusted). Modified Paths: -------------- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/tester2/reportgen/allconvs/ConvReportSubGenerator.java Modified: trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/tester2/reportgen/allconvs/ConvReportSubGenerator.java =================================================================== --- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/tester2/reportgen/allconvs/ConvReportSubGenerator.java 2007-08-30 19:19:13 UTC (rev 500) +++ trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/tester2/reportgen/allconvs/ConvReportSubGenerator.java 2007-08-30 19:22:38 UTC (rev 501) @@ -55,8 +55,8 @@ report.println("# of files passed through :" + convResult.getNumFilePasses()); report.println(""); - report.println("% Passed : " - + convResult.getPercentPassed()); +// report.println("% Passed : " +// + convResult.getPercentPassed()); report.println("% Chance of Flaw : " + convResult.getChanceOfFlaw()); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |