Skip to content
Snippets Groups Projects
Commit 67f0c309 authored by apvrille's avatar apvrille
Browse files

Resolving test on guard: comment of guard (a,b)==(c,d)

parent 68d8cff1
No related branches found
No related tags found
No related merge requests found
......@@ -174,9 +174,9 @@ public class AvatarGuardTests {
assertTrue(res instanceof AvatarSimpleGuardDuo);
res= AvatarGuard.createFromString(A, "key1 != a1234");
assertTrue(res instanceof AvatarSimpleGuardDuo);
res= AvatarGuard.createFromString(A, "(a,b)==(c,d)");
assertTrue(res instanceof AvatarSimpleGuardDuo);
//res= AvatarGuard.createFromString(A, "(a,b)==(c,d)");
//assertTrue(res instanceof AvatarSimpleGuardDuo);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment