• Home
  • Raw
  • Download

Lines Matching refs:g_assert_cmpstr

159       g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "appinfo-test");  in test_locale()
160 g_assert_cmpstr (g_app_info_get_description (appinfo), ==, "GAppInfo example"); in test_locale()
161 g_assert_cmpstr (g_app_info_get_display_name (appinfo), ==, "example"); in test_locale()
165 g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "appinfo-test"); in test_locale()
166 g_assert_cmpstr (g_app_info_get_description (appinfo), ==, "GAppInfo example"); in test_locale()
167 g_assert_cmpstr (g_app_info_get_display_name (appinfo), ==, "example"); in test_locale()
171 g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "appinfo-test-de"); in test_locale()
172 g_assert_cmpstr (g_app_info_get_description (appinfo), ==, "GAppInfo Beispiel"); in test_locale()
173 g_assert_cmpstr (g_app_info_get_display_name (appinfo), ==, "Beispiel"); in test_locale()
204 g_assert_cmpstr (g_app_info_get_id (appinfo), ==, "appinfo-test-static.desktop"); in test_basic()
214 g_assert_cmpstr (g_app_info_get_id (appinfo), ==, g_app_info_get_id (appinfo2)); in test_basic()
215 g_assert_cmpstr (g_app_info_get_commandline (appinfo), ==, g_app_info_get_commandline (appinfo2)); in test_basic()
268 g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "cmdline-app-test"); in test_commandline()
269 g_assert_cmpstr (g_app_info_get_commandline (appinfo), ==, cmdline_out); in test_commandline()
285 g_assert_cmpstr (g_app_info_get_name (appinfo), ==, "cmdline-app-test"); in test_commandline()
286 g_assert_cmpstr (g_app_info_get_commandline (appinfo), ==, cmdline_out); in test_commandline()
418 g_assert_cmpstr (g_app_info_get_commandline (appinfo), ==, g_app_info_get_commandline (appinfo2)); in test_associations()
429 g_assert_cmpstr (g_app_info_get_commandline (appinfo), ==, g_app_info_get_commandline (appinfo2)); in test_associations()
440 g_assert_cmpstr (g_app_info_get_commandline (appinfo), ==, g_app_info_get_commandline (appinfo2)); in test_associations()
471 g_assert_cmpstr (g_environ_getenv (env, "PATH"), ==, path); in test_environment()
480 g_assert_cmpstr (g_environ_getenv (env, "FOO"), ==, "bar"); in test_environment()
481 g_assert_cmpstr (g_environ_getenv (env, "BLA"), ==, "bla"); in test_environment()
482 g_assert_cmpstr (g_environ_getenv (env, "PATH"), ==, path); in test_environment()
491 g_assert_cmpstr (g_environ_getenv (env, "FOO"), ==, "baz"); in test_environment()
510 g_assert_cmpstr (wm_class, ==, "appinfo-class"); in test_startup_wm_class()
527 g_assert_cmpstr (content_types[0], ==, "image/png"); in test_supported_types()
560 g_assert_cmpstr (categories, ==, "GNOME;GTK;"); in test_from_keyfile()
564 g_assert_cmpstr (categories_list[0], ==, "GNOME"); in test_from_keyfile()
565 g_assert_cmpstr (categories_list[1], ==, "GTK"); in test_from_keyfile()
568 g_assert_cmpstr (keywords[0], ==, "keyword1"); in test_from_keyfile()
569 g_assert_cmpstr (keywords[1], ==, "test keyword"); in test_from_keyfile()
571 g_assert_cmpstr (name, ==, "generic-appinfo-test"); in test_from_keyfile()