TestSuite negativeTests = new TestSuite();
negativeTests.setName("Negative Syntax Tests");
// Read manifest and create declared test cases
Repository manifestRep = new SailRepository(new MemoryStore());
manifestRep.initialize();
RepositoryConnection con = manifestRep.getConnection();
URL manifestURL = SeRQLParserTest.class.getResource(MANIFEST_FILE);
con.add(manifestURL, null, RDFFormat.forFileName(MANIFEST_FILE));