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
Running the edu.illinois.cs.cogcomp.edison.annotators.SimpleGazetteerAnnotatorTest from the illinois-edison yields Assertion Errors like these for the reference "organizations(IC)"
org.junit.ComparisonFailure: expected:<[/H:/eclipse/cogcomp/cogcomp-nlp-master/edison/target/classes/testgazetteers/]organizations(IC)> but was:<[]organizations(IC)>
The assertion part in question is assertEquals(c1.getLabel(), "organizations(IC)");
Why is there path information in the square brackets? Where do the square brackets come from in the Failure log?
The text was updated successfully, but these errors were encountered:
Running the edu.illinois.cs.cogcomp.edison.annotators.SimpleGazetteerAnnotatorTest from the illinois-edison yields Assertion Errors like these for the reference "organizations(IC)"
org.junit.ComparisonFailure: expected:<[/H:/eclipse/cogcomp/cogcomp-nlp-master/edison/target/classes/testgazetteers/]organizations(IC)> but was:<[]organizations(IC)>
The assertion part in question is
assertEquals(c1.getLabel(), "organizations(IC)");
Why is there path information in the square brackets? Where do the square brackets come from in the Failure log?
The text was updated successfully, but these errors were encountered: