Bump to libxml2 2.9.7
[platform/upstream/libxml2.git] / testdict.c
index 40bebd0..384da5f 100644 (file)
@@ -434,8 +434,10 @@ int main(void)
     ret = run_test1();
     if (ret == 0) {
         printf("dictionary tests succeeded %d strings\n", 2 * NB_STRINGS_MAX);
+               printf("TEST: PASS: dictinary\n");
     } else {
         printf("dictionary tests failed with %d errors\n", nbErrors);
+               printf("TEST: FAIL: dictinary\n");
     }
     clean_strings();
     xmlCleanupParser();