|
From: Bryan T. <tho...@us...> - 2007-04-12 23:59:24
|
Update of /cvsroot/cweb/bigdata-rdf/src/test/com/bigdata/rdf/inf In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2483/src/test/com/bigdata/rdf/inf Modified Files: TestFullForwardClosure.java Log Message: Added a Sesame 1.x SAIL implementation. This is NOT intended for production use. It is just being done to gain a high-level query language integration for the triple store. Index: TestFullForwardClosure.java =================================================================== RCS file: /cvsroot/cweb/bigdata-rdf/src/test/com/bigdata/rdf/inf/TestFullForwardClosure.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TestFullForwardClosure.java 22 Feb 2007 16:58:58 -0000 1.4 --- TestFullForwardClosure.java 12 Apr 2007 23:59:21 -0000 1.5 *************** *** 80,90 **** /* - * @todo this is committing the data first we do not want to do if we - * know that we are closing the store. - * * @todo use a dataset that we can add to CVS for a performance test and * hand-crafted data sets to test the rule implementations. */ ! store.loadData(new File("data/alibaba_v41.rdf"),""); // store.loadData(new File("data/nciOncology.owl"),""); --- 80,87 ---- /* * @todo use a dataset that we can add to CVS for a performance test and * hand-crafted data sets to test the rule implementations. */ ! store.loadData(new File("data/alibaba_v41.rdf"),"",false); // store.loadData(new File("data/nciOncology.owl"),""); |