Update of /cvsroot/cweb/bigdata-rdf/src/test/com/bigdata/rdf/rio
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11466/src/test/com/bigdata/rdf/rio
Modified Files:
TestRioIntegration.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: TestRioIntegration.java
===================================================================
RCS file: /cvsroot/cweb/bigdata-rdf/src/test/com/bigdata/rdf/rio/TestRioIntegration.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** TestRioIntegration.java 11 Mar 2007 11:43:33 -0000 1.17
--- TestRioIntegration.java 15 Mar 2007 16:11:54 -0000 1.18
***************
*** 54,58 ****
import com.bigdata.rdf.AbstractTripleStoreTestCase;
import com.bigdata.rdf.TripleStore;
- import com.bigdata.scaleup.MasterJournal.Options;
/**
--- 54,57 ----
***************
*** 155,159 ****
long total_stmts = 0;
! long begin = System.currentTimeMillis();
for ( int i = 0; i < resources.length; i++ ) {
--- 154,158 ----
long total_stmts = 0;
! // long begin = System.currentTimeMillis();
for ( int i = 0; i < resources.length; i++ ) {
|