From: <tho...@us...> - 2013-10-15 12:41:54
|
Revision: 7456 http://bigdata.svn.sourceforge.net/bigdata/?rev=7456&view=rev Author: thompsonbry Date: 2013-10-15 12:41:47 +0000 (Tue, 15 Oct 2013) Log Message: ----------- Adding the bind heisenbug test into CI. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/sparql/ast/eval/TestAll.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/sparql/ast/eval/TestAll.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/sparql/ast/eval/TestAll.java 2013-10-11 23:08:17 UTC (rev 7455) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/sparql/ast/eval/TestAll.java 2013-10-15 12:41:47 UTC (rev 7456) @@ -127,6 +127,7 @@ // Test suite for SPARQL 1.1 BINDINGS clause suite.addTestSuite(TestBindings.class); + suite.addTestSuite(TestBindHeisenbug708.class); // Complex queries. suite.addTestSuite(TestComplexQuery.class); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |