From: Bryan T. <tho...@us...> - 2007-02-21 20:17:34
|
Update of /cvsroot/cweb/bigdata/src/test/com/bigdata In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5461/src/test/com/bigdata Modified Files: TestAll.java Log Message: Further work supporting transactional isolation. Index: TestAll.java =================================================================== RCS file: /cvsroot/cweb/bigdata/src/test/com/bigdata/TestAll.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestAll.java 13 Feb 2007 23:01:12 -0000 1.2 --- TestAll.java 21 Feb 2007 20:17:22 -0000 1.3 *************** *** 81,90 **** TestSuite suite = new TestSuite("bigdata"); - /* - * @todo refactor the btree tests that depend on the journal for testing - * scale into a different test suite so that we can test the atomic store - * and restart-safe features of the journal before getting into testing of - * the btrees integrated with the journal. - */ suite.addTest( com.bigdata.io.TestAll.suite() ); suite.addTest( com.bigdata.util.TestAll.suite() ); --- 81,84 ---- |