Update of /cvsroot/cweb/bigdata/src/test/com/bigdata
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9284/src/test/com/bigdata
Modified Files:
TestAll.java
Log Message:
Package rename from com.bigdata.objndx to com.bigdata.btree. Since we are using CVS, this is going to break the access to prior versions in the source file history.
Index: TestAll.java
===================================================================
RCS file: /cvsroot/cweb/bigdata/src/test/com/bigdata/TestAll.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestAll.java 22 Mar 2007 15:04:16 -0000 1.4
--- TestAll.java 13 Apr 2007 15:04:24 -0000 1.5
***************
*** 85,89 ****
suite.addTest( com.bigdata.util.TestAll.suite() );
suite.addTest( com.bigdata.rawstore.TestAll.suite() );
! suite.addTest( com.bigdata.objndx.TestAll.suite() );
suite.addTest( com.bigdata.isolation.TestAll.suite() );
suite.addTest( com.bigdata.journal.TestAll.suite() );
--- 85,89 ----
suite.addTest( com.bigdata.util.TestAll.suite() );
suite.addTest( com.bigdata.rawstore.TestAll.suite() );
! suite.addTest( com.bigdata.btree.TestAll.suite() );
suite.addTest( com.bigdata.isolation.TestAll.suite() );
suite.addTest( com.bigdata.journal.TestAll.suite() );
|