Test PortTestMatchDoubleNegation is no longer expected to fail.

remotes/origin/master-1.0.x
Victor Julien 15 years ago
parent 0a699857d6
commit 0ab9adabd4

@ -2513,7 +2513,7 @@ void DetectPortTests(void) {
UtRegisterTest("PortTestMatchReal18", PortTestMatchReal18, 1);
UtRegisterTest("PortTestMatchReal19",
PortTestMatchReal19, 1);
UtRegisterTest("PortTestMatchDoubleNegation (failure expected, bug #25)", PortTestMatchDoubleNegation, 1);
UtRegisterTest("PortTestMatchDoubleNegation", PortTestMatchDoubleNegation, 1);
#endif /* UNITTESTS */

Loading…
Cancel
Save