From 0ab9adabd41bead92f5c593b14c550700493e85c Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 30 Dec 2009 14:46:29 +0100 Subject: [PATCH] Test PortTestMatchDoubleNegation is no longer expected to fail. --- src/detect-engine-port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-engine-port.c b/src/detect-engine-port.c index e980d0d740..2a97673c6a 100644 --- a/src/detect-engine-port.c +++ b/src/detect-engine-port.c @@ -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 */