raytheonbbn / parliament

Standards-compliant triple store for RDF, OWL, and SPARQL
BSD 3-Clause "New" or "Revised" License
59 stars 4 forks source link

Fix Temporal Index Tests #15

Closed IanEmmons closed 5 years ago

IanEmmons commented 5 years ago

The tests associated with the temporal index are currently disabled. (See the runTests target in the top-level ant script.) This is because until recently a number of these tests (particularly TemporalIndexTest) relied on old JUnit behavior that has not been in effect for quite some time. I fixed these tests so that they can now run. The net effect of my changes is that some tests that have not been running for several years (again, TemporalIndexTest) are now running and, of course, they fail. The temporal index software needs to be fixed so that these tests run correctly again.

IanEmmons commented 5 years ago

Fixed by @sadakatsu.