From: Bryan T. <tho...@us...> - 2007-03-15 16:11:58
|
Update of /cvsroot/cweb/bigdata/src/test/com/bigdata/isolation In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10595/src/test/com/bigdata/isolation Modified Files: TestIsolatedBTree.java Log Message: Refactoring to define service apis (data service, transaction manager service) and some approximate implementations of those services (not supporting service discovery, network protocol, or service robustness). Copied in the UML model so that it will actually get committed to CVS.... Index: TestIsolatedBTree.java =================================================================== RCS file: /cvsroot/cweb/bigdata/src/test/com/bigdata/isolation/TestIsolatedBTree.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TestIsolatedBTree.java 12 Mar 2007 18:06:12 -0000 1.4 --- TestIsolatedBTree.java 15 Mar 2007 16:11:14 -0000 1.5 *************** *** 50,54 **** import com.bigdata.journal.TestTx; import com.bigdata.objndx.AbstractBTreeTestCase; - import com.bigdata.objndx.BTree; import com.bigdata.objndx.BTreeMetadata; import com.bigdata.objndx.IBatchOp; --- 50,53 ---- |