diff -ur a/gdata/tests/oauth1-authorizer.c b/gdata/tests/oauth1-authorizer.c --- a/gdata/tests/oauth1-authorizer.c 1969-12-31 19:00:00.000000000 -0500 +++ b/gdata/tests/oauth1-authorizer.c 2017-05-27 19:35:30.551725678 -0400 @@ -1045,10 +1045,10 @@ /* Sync request-authentication-uri tests */ g_test_add ("/oauth1-authorizer/request-authentication-uri/sync", OAuth1AuthorizerData, NULL, set_up_oauth1_authorizer_data, 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/multiple-domains1", 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/multiple-domains2", 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, a>diff
path: root/po/doc/guix-manual.ru.po
AgeCommit message (Expand)Author
2021-05-10nls: Update translations.Maxim Cournoyer
2021-04-18nls: Update 'ru' translation.Julien Lepiller
2020-11-05nls: Update translations of the manual.Julien Lepiller
2020-10-29nls: Update 'ru' translation of the manual.Julien Lepiller
2020-05-05nls: Update.Ludovic Courtès
2020-04-12nls: Update.Ludovic Courtès
2020-03-23nls: Update.Ludovic Courtès
2019-05-13doc: Add Russian translation....* doc/local.mk (info_TEXINFOS): Add guix.ru.texi. (TRANSLATED_INFO): Add {guix,contributing}.ru.texi. * po/doc/local.mk (DOC_PO_FILES): Add guix-manual.ru.po. * po/doc/guix-manual.ru.po: New file. Ludovic Courtès