Revision: 458 http://cishell.svn.sourceforge.net/cishell/?rev=458&view=rev Author: teakettle22 Date: 2007-08-06 08:29:38 -0700 (Mon, 06 Aug 2007) Log Message: ----------- fixed another small problem. Modified Paths: -------------- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/converter/ConverterLoaderImpl.java Modified: trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/converter/ConverterLoaderImpl.java =================================================================== --- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/converter/ConverterLoaderImpl.java 2007-08-06 15:28:57 UTC (rev 457) +++ trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/converter/ConverterLoaderImpl.java 2007-08-06 15:29:38 UTC (rev 458) @@ -62,7 +62,8 @@ } System.out.println(length + " " + g.getTestPaths().length); - // System.out.println(g);*/ + // System.out.println(g); + * */ if (refs != null) { for (int i = 0; i < refs.length; ++i) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |