Fix: ctf-testsuite variant-missing-fields
[babeltrace.git] / tests / lib / test_bt_ctf_field_type_validation.c
index ab1f782fbab68201afc7a8f679d92b8002d5ca5f..7e4a7eed8d9f1c27d007b81a7a303a2579cc1352 100644 (file)
@@ -2868,7 +2868,7 @@ void test_fail_variant_tag_mismatch_mappings(void)
        ep = test_fail_variant_tag_mismatch_mappings_get_ep();
        assert(ep);
        event = create_event_with_context_and_payload(NULL, ep);
-       ok(!event, "Variant FT with mismatching tag FT is invalid");
+       ok(event, "Variant FT with mismatching tag FT is valid");
 
        BT_PUT(ep);
        BT_PUT(event);
This page took 0.02367 seconds and 4 git commands to generate.