--- a/src/test/scala/RDB2RDFTest.scala Thu Jan 28 22:59:00 2010 -0500
+++ b/src/test/scala/RDB2RDFTest.scala Fri Jan 29 15:46:41 2010 -0500
@@ -931,12 +931,11 @@
AND R_patient.DateOfBirth IS NOT NULL
AND R_patient.MiddleName IS NOT NULL
AND R_sexEntry.EntryName IS NOT NULL
-""") // AND G_opt6.patient IS NULL
+""").get // AND G_opt6.patient IS NULL
val generated = RDB2RDF(hosp1, sparqlSelect, StemURI("http://hospital.example/DB/"), false, false)
assert(generated === parsed)
val output = """
"""
}
-
}