Hi all, I had spotted three tests that looked a bit strange while working on the JENA-380 and made a note to look at them later after the jena3 merge. I've committed two of them TestOneToManyMap#testConstruct1 (sorry, used the wrong commit message)TestResourceUtils#testRemoveEquiv These two were simple, just variables that were created but never used in the tests. But this one: TestOntModel#xxtestGetDeductionsModel0 Has the following comment from 2008: * this test has been disabled for * the time being, since it is not correct as written. However, * I'm not removing or changing it just yet, since it is showing up * an infelicity in the rule engine that Dave will investigate * at some future date.
I have re-enabled (by simply renaming it) it locally and it is working now, but I haven't committed it. Would someone else that knows the code base better like to take a look, and perhaps commit / remove the method? I assume the rule engine had a bug some time ago that was fixed in some commit, but the test was never re-enabled. CheersBruno
