Fixed failure in unit test for SIP resolver, also shorten some benchmarks

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1372 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip/src/test-pjsip/msg_test.c b/pjsip/src/test-pjsip/msg_test.c
index 7491a0d..62f85fb 100644
--- a/pjsip/src/test-pjsip/msg_test.c
+++ b/pjsip/src/test-pjsip/msg_test.c
@@ -1523,7 +1523,7 @@
 
 int msg_test(void)
 {
-    enum { COUNT = 4, DETECT=0, PARSE=1, PRINT=2 };
+    enum { COUNT = 1, DETECT=0, PARSE=1, PRINT=2 };
     struct {
 	unsigned detect;
 	unsigned parse;