You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm having problems with the integration tests, as described in the title, and below.
I downloaded the integration tests as part of the build project from the swrlapi buildproject, version 1.1.4
I'm using the command: mvn -Dit.test=org.swrlapi.sqwrl.SQWRLCoreIT verify
The other tests seem to work.
The failsafe report is:
-------------------------------------------------------------------------------
Test set: org.swrlapi.sqwrl.SQWRLCoreIT
-------------------------------------------------------------------------------
Tests run: 115, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 209.923 sec <<< FAILURE! - in org.swrlapi.sqwrl.SQWRLCoreIT
TestSQWRLOrderByTime(org.swrlapi.sqwrl.SQWRLCoreIT) Time elapsed: 203.501 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<p[2]> but was:<p[3]>
at org.swrlapi.sqwrl.SQWRLCoreIT.TestSQWRLOrderByTime(SQWRLCoreIT.java:1513)
It seems that "sqwrl:orderBy" is not ordering the query results as expected. I tried inserting a println command right before the assertion that fails:
Hello,
I'm having problems with the integration tests, as described in the title, and below.
I downloaded the integration tests as part of the build project from the swrlapi buildproject, version 1.1.4
I'm using the command:
mvn -Dit.test=org.swrlapi.sqwrl.SQWRLCoreIT verify
The other tests seem to work.
The failsafe report is:
It seems that "sqwrl:orderBy" is not ordering the query results as expected. I tried inserting a println command right before the assertion that fails:
and this is the output I get:
The order is p3-p2-p1, when it should be, I guess, p2-p1-p3 (a chronological ordering).
Thanks in advance, and sorry if I'm missing something obvious.
-Martin
The text was updated successfully, but these errors were encountered: