• Home
  • Raw
  • Download

Lines Matching refs:g_assert_cmpstr

61g_assert_cmpstr (data, ==, G_DIR_SEPARATOR_S "some" G_DIR_SEPARATOR_S "native" G_DIR_SEPARATOR_S "…  in test_g_icon_to_string()
74g_assert_cmpstr (data, ==, G_DIR_SEPARATOR_S "some" G_DIR_SEPARATOR_S "native" G_DIR_SEPARATOR_S "… in test_g_icon_to_string()
87 g_assert_cmpstr (data, ==, "sftp:///some/non-native/path/to/an/icon.png"); in test_g_icon_to_string()
101 g_assert_cmpstr (data, ==, "sftp:///some/non-native/path/to/an/icon%20with%20spaces.png"); in test_g_icon_to_string()
114 g_assert_cmpstr (data, ==, ". GThemedIcon " in test_g_icon_to_string()
122 g_assert_cmpstr (data, ==, "network-server"); in test_g_icon_to_string()
132g_assert_cmpstr (data, ==, ". GThemedIcon network-server network network-server-symbolic network-s… in test_g_icon_to_string()
160g_assert_cmpstr (data, ==, G_DIR_SEPARATOR_S "path" G_DIR_SEPARATOR_S "to" G_DIR_SEPARATOR_S "some… in test_g_icon_to_string()
177 g_assert_cmpstr (data, ==, "sftp:///path/to/somewhere.png"); in test_g_icon_to_string()
190 g_assert_cmpstr (data, ==, "sftp:///path/to/somewhere%20with%20whitespace.png"); in test_g_icon_to_string()
405 g_assert_cmpstr (names[0], ==, "testicon"); in test_themed_icon()
406 g_assert_cmpstr (names[1], ==, "testicon-symbolic"); in test_themed_icon()
412 g_assert_cmpstr (names[0], ==, "first-symbolic"); in test_themed_icon()
413 g_assert_cmpstr (names[1], ==, "testicon"); in test_themed_icon()
414 g_assert_cmpstr (names[2], ==, "last"); in test_themed_icon()
415 g_assert_cmpstr (names[3], ==, "first"); in test_themed_icon()
416 g_assert_cmpstr (names[4], ==, "testicon-symbolic"); in test_themed_icon()
417 g_assert_cmpstr (names[5], ==, "last-symbolic"); in test_themed_icon()