From: <mar...@us...> - 2010-10-14 12:54:22
|
Revision: 3797 http://bigdata.svn.sourceforge.net/bigdata/?rev=3797&view=rev Author: martyncutcher Date: 2010-10-14 12:54:15 +0000 (Thu, 14 Oct 2010) Log Message: ----------- Resource path must be absolute for usage - start with "/" Modified Paths: -------------- branches/JOURNAL_HA_BRANCH/bigdata-rdf/src/test/com/bigdata/rdf/rules/TestCompareFullAndFastClosure.java Modified: branches/JOURNAL_HA_BRANCH/bigdata-rdf/src/test/com/bigdata/rdf/rules/TestCompareFullAndFastClosure.java =================================================================== --- branches/JOURNAL_HA_BRANCH/bigdata-rdf/src/test/com/bigdata/rdf/rules/TestCompareFullAndFastClosure.java 2010-10-14 12:33:37 UTC (rev 3796) +++ branches/JOURNAL_HA_BRANCH/bigdata-rdf/src/test/com/bigdata/rdf/rules/TestCompareFullAndFastClosure.java 2010-10-14 12:54:15 UTC (rev 3797) @@ -90,7 +90,7 @@ // String[] resource = new String[]{"/com/bigdata/rdf/rules/testOwlSameAs.rdf"}; // String[] resource = new String[]{"/com/bigdata/rdf/rules/testOwlSameAs.rdf"}; - String[] resource = new String[]{"com/bigdata/rdf/rules/small.rdf"}; + String[] resource = new String[]{"/com/bigdata/rdf/rules/small.rdf"}; String[] baseURL = new String[]{""}; RDFFormat[] format = new RDFFormat[]{RDFFormat.RDFXML}; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |