http: update compression mismatch test

pull/2140/head
Victor Julien 10 years ago
parent 439b62fe69
commit b313f8ca7b

@ -3339,7 +3339,7 @@ static int DetectEngineHttpServerBodyTest22(void)
SigMatchSignatures(&th_v, de_ctx, det_ctx, p1); SigMatchSignatures(&th_v, de_ctx, det_ctx, p1);
if ((PacketAlertCheck(p1, 1))) { if ((PacketAlertCheck(p1, 1))) {
printf("sid 1 matched but shouldn't have\n"); printf("sid 1 matched but shouldn't have: ");
goto end; goto end;
} }
@ -3353,8 +3353,8 @@ static int DetectEngineHttpServerBodyTest22(void)
/* do detect */ /* do detect */
SigMatchSignatures(&th_v, de_ctx, det_ctx, p2); SigMatchSignatures(&th_v, de_ctx, det_ctx, p2);
if (PacketAlertCheck(p2, 1)) { if (!(PacketAlertCheck(p2, 1))) {
printf("sid 1 matched but shouldn't have"); printf("sid 1 should have matched: ");
goto end; goto end;
} }

Loading…
Cancel
Save