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
Copy file name to clipboardExpand all lines: runtime/testsrc/com/exedio/cope/pattern/MultiItemFieldConditionTest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,10 @@ public MultiItemFieldConditionTest()
61
61
@Testvoidtest()
62
62
{
63
63
finalvarf = AnItem.field;
64
-
assertIt(of(iA1a, iA1b), of( iA2a ), f.is(vA1)); // TODO iB1a is missing in expectedNot because of bug: just selecting one component does not work for not
65
-
assertIt(of(iA2a), of(iA1a, iA1b ), f.is(vA2)); // TODO iB1a is missing in expectedNot because of bug: just selecting one component does not work for not
66
-
assertIt(of(iB1a), of( ), f.is(vB1)); // TODO iA1? is missing in expectedNot because of bug: just selecting one component does not work for not
67
-
assertIt(of( ), of(iA1a, iA1b, iA2a, iB1a, iNul), f.is(vXX)); // TODO iNul is wrong because of bug: ofFalse without canBe does not work for not
64
+
assertIt(of(iA1a, iA1b), of( iA2a ), f.is(vA1)); // TODO COND iB1a is missing in expectedNot because of bug: just selecting one component does not work for not
65
+
assertIt(of(iA2a), of(iA1a, iA1b ), f.is(vA2)); // TODO COND iB1a is missing in expectedNot because of bug: just selecting one component does not work for not
66
+
assertIt(of(iB1a), of( ), f.is(vB1)); // TODO COND iA1? is missing in expectedNot because of bug: just selecting one component does not work for not
67
+
assertIt(of( ), of(iA1a, iA1b, iA2a, iB1a, iNul), f.is(vXX)); // TODO COND iNul is wrong because of bug: ofFalse without canBe does not work for not
0 commit comments