[libgdata] tests: Fix duplicate test path in oauth1-authorizer tests



commit 63637ad4cb68a3883c2689a510e590ec7a48640e
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Nov 18 00:15:13 2015 +0000

    tests: Fix duplicate test path in oauth1-authorizer tests
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758119

 gdata/tests/oauth1-authorizer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdata/tests/oauth1-authorizer.c b/gdata/tests/oauth1-authorizer.c
index 9f776da..20c5505 100644
--- a/gdata/tests/oauth1-authorizer.c
+++ b/gdata/tests/oauth1-authorizer.c
@@ -1051,7 +1051,7 @@ main (int argc, char *argv[])
        g_test_add ("/oauth1-authorizer/request-authentication-uri/sync/multiple-domains", 
OAuth1AuthorizerData, NULL,
                    set_up_oauth1_authorizer_data_multiple_domains, 
test_oauth1_authorizer_request_authentication_uri_sync,
                    tear_down_oauth1_authorizer_data);
-       g_test_add ("/oauth1-authorizer/request-authentication-uri/sync/multiple-domains", 
OAuth1AuthorizerData, NULL,
+       g_test_add ("/oauth1-authorizer/request-authentication-uri/sync/locale", OAuth1AuthorizerData, NULL,
                    set_up_oauth1_authorizer_data_locale, 
test_oauth1_authorizer_request_authentication_uri_sync,
                    tear_down_oauth1_authorizer_data);
        g_test_add ("/oauth1-authorizer/request-authentication-uri/sync/cancellation", OAuth1AuthorizerData, 
NULL,


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