From: Bryan T. <tho...@us...> - 2007-02-22 16:59:12
|
Update of /cvsroot/cweb/bigdata-rdf/src/test/com/bigdata/rdf/rio In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16203/src/test/com/bigdata/rdf/rio Modified Files: TestRioIntegration.java Log Message: Lots of little changes to get the test suites to use temporary files and to remove them when tests complete. At present, this only helps if the test succeeds. You need to do a try {} finally {} to get the tests to remove their files on failure. Index: TestRioIntegration.java =================================================================== RCS file: /cvsroot/cweb/bigdata-rdf/src/test/com/bigdata/rdf/rio/TestRioIntegration.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** TestRioIntegration.java 12 Feb 2007 21:51:43 -0000 1.14 --- TestRioIntegration.java 22 Feb 2007 16:58:59 -0000 1.15 *************** *** 221,224 **** --- 221,226 ---- } // next source to load. + store.closeAndDelete(); + // long elapsed = System.currentTimeMillis() - begin; // |