From: <tho...@us...> - 2013-12-09 15:36:42
|
Revision: 7623 http://bigdata.svn.sourceforge.net/bigdata/?rev=7623&view=rev Author: thompsonbry Date: 2013-12-09 15:36:35 +0000 (Mon, 09 Dec 2013) Log Message: ----------- Disabled an RDR test for SIDs and QUADS modes. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/rio/TestStatementBuffer.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/rio/TestStatementBuffer.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/rio/TestStatementBuffer.java 2013-12-09 15:30:36 UTC (rev 7622) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/rio/TestStatementBuffer.java 2013-12-09 15:36:35 UTC (rev 7623) @@ -450,6 +450,13 @@ */ return; } + + if (store.isQuads() || store.isStatementIdentifiers()) { + /* + * Disabled. + */ + return; + } // * @prefix : <http://example.com/> . // * @prefix news: <http://example.com/news/> . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |