Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Nov 28, 2023
1 parent 96c3784 commit 3c40d52
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public void testRDFFileStorage(String path, List<TaskResult> results, Model expe
path = rdfStorage.getFileName();
Model actualModel = RDFDataMgr.loadModel(path);
calculateModelDifference(expectedModel, actualModel);
// TODO: This test probably fails, because the expected model uses java duration objects for duration literals,
// while the actual model uses xsd:duration literals.
// TODO: This test probably fails, because the expected model uses java's Duration objects for duration literals,
// while the actual model uses XSDDuration objects for duration literals.
// assertTrue(actualModel.isIsomorphicWith(expectedModel));
}

Expand Down

0 comments on commit 3c40d52

Please sign in to comment.