|
From: Peter Murray-R. <pe...@us...> - 2006-12-14 09:53:02
|
Update of /cvsroot/cml/jumbo53/src/org/xmlcml/cml/tools/test In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1885/src/org/xmlcml/cml/tools/test Modified Files: Tag: jumbo-53-beta1 PolymerToolTest.java Log Message: added examples Index: PolymerToolTest.java =================================================================== RCS file: /cvsroot/cml/jumbo53/src/org/xmlcml/cml/tools/test/PolymerToolTest.java,v retrieving revision 1.26 retrieving revision 1.26.2.1 diff -C2 -d -r1.26 -r1.26.2.1 *** PolymerToolTest.java 13 Nov 2006 10:43:44 -0000 1.26 --- PolymerToolTest.java 14 Dec 2006 09:52:57 -0000 1.26.2.1 *************** *** 258,262 **** } } catch (CMLRuntimeException e) { ! System.err.println("Comparison files does not exist, skipped: "+f); } File testFile = new File(OUTPUT_DIR, fileroot+S_UNDER+s+".xml"); --- 258,262 ---- } } catch (CMLRuntimeException e) { ! System.out.println("Comparison files does not exist, skipped: "+f); } File testFile = new File(OUTPUT_DIR, fileroot+S_UNDER+s+".xml"); |