Skip to content

Commit d9179ee

Browse files
Ajit GeorgeAjit George
authored andcommitted
Test changes for Bug track issue reported in 40235
1 parent ec3ea31 commit d9179ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/src/test/java/com/marklogic/client/functionaltest/TestSparqlQueryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ public void testExecuteConstructInTransaction() throws IOException, SAXException
813813
String strTURTLE = sparqlQmgr.executeConstruct(qdef, new StringHandle().withMimetype(RDFMimeTypes.TURTLE), t).get().toString();
814814
System.out.println("\n TURTLE format is " + strTURTLE);
815815
assertTrue("TURTLE subject value output is incorrect ", strTURTLE.contains("<http://www.ucsb.edu/random-alum>"));
816-
assertTrue("TURTLE predicate value output is incorrect ", strTURTLE.contains("<http://xmlns.com/foaf/0.1/knows>"));
816+
assertTrue("TURTLE predicate value output is incorrect ", strTURTLE.contains("foaf:knows"));
817817
assertTrue("TURTLE object value output is incorrect ", strTURTLE.contains("<1bfbfb8:ff2d706919:-7fa9>"));
818818

819819
//String strN3 = sparqlQmgr.executeConstruct(qdef, new StringHandle().withMimetype(RDFMimeTypes.N3), t).get().toString();

0 commit comments

Comments
 (0)