[gnome-keyring] tests: Fix name of note-xdg-schema-without-schema-locked test



commit 2425dab6765cb67b3c08e4143d70421a98f997d1
Author: Dmitry Shachnev <mitya57 ubuntu com>
Date:   Wed Sep 30 14:00:11 2015 +0300

    tests: Fix name of note-xdg-schema-without-schema-locked test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755873

 pkcs11/secret-store/test-secret-schema.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pkcs11/secret-store/test-secret-schema.c b/pkcs11/secret-store/test-secret-schema.c
index 5b94197..e9ad562 100644
--- a/pkcs11/secret-store/test-secret-schema.c
+++ b/pkcs11/secret-store/test-secret-schema.c
@@ -230,7 +230,7 @@ main (int argc, char **argv)
                    Test, NULL, setup, test_match_network_xdg_schema_without_schema_locked, teardown);
        g_test_add ("/secret-store/schema/note-xdg-schema-without-schema-unlocked",
                    Test, NULL, setup, test_match_note_xdg_schema_without_schema_unlocked, teardown);
-       g_test_add ("/secret-store/schema/unknown-schema-without-schema-locked",
+       g_test_add ("/secret-store/schema/note-xdg-schema-without-schema-locked",
                    Test, NULL, setup, test_match_note_xdg_schema_without_schema_locked, teardown);
        g_test_add ("/secret-store/schema/unknown-schema-without-schema-unlocked",
                    Test, NULL, setup, test_match_unknown_xdg_schema_without_schema_unlocked, teardown);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]