Revision: 529 http://cishell.svn.sourceforge.net/cishell/?rev=529&view=rev Author: mwlinnem Date: 2007-09-17 10:41:07 -0700 (Mon, 17 Sep 2007) Log Message: ----------- Expanded explanation for non-tested converters. 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-09-17 17:37:12 UTC (rev 528) +++ trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/tester2/reportgen/allconvs/ConvReportSubGenerator.java 2007-09-17 17:41:07 UTC (rev 529) @@ -114,6 +114,10 @@ report.println("a file format, go through some converters, return back to"); report.println("that same file format, and can then be somehow converted"); report.println("to the in-memory graph comparison format (prefuse.graph)"); + report.println("It is also possible that all the file passes that would"); + report.println("eventually pass through this converter are failing before"); + report.println("they reach this converter."); + report.println(""); report.println("Consult the Annotated Graph Report for details on why this"); report.println("may not be testable."); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |