Eo2: Adjust test suite to recent changes.
authorTom Hacohen <tom@stosb.com>
Thu, 10 Apr 2014 02:11:29 +0000 (03:11 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 10 Apr 2014 03:20:21 +0000 (04:20 +0100)
src/tests/eo/suite/eo_test_class_errors.c

index e6fee93..cd9ddf5 100644 (file)
@@ -264,7 +264,7 @@ START_TEST(eo_wrong_override)
         NULL
    };
 
-   TEST_EO_ERROR("_eo_class_funcs_set", "Class '%s': Can't find api func description in class hierarchy (%p->%p).");
+   TEST_EO_ERROR("_eo_class_funcs_set", "Class '%s': Can't find api func description in class hierarchy (%p->%p) (%s).");
    klass = eo_class_new(&class_desc, NULL, NULL);
    fail_if(klass);
    fail_unless(ctx.did);