/third_party/glib/glib/tests/ |
D | test-printf.c | 50 g_assert_cmpstr (buf, ==, ""); in test_retval_and_trunc() 55 g_assert_cmpstr (buf, ==, "a"); in test_retval_and_trunc() 60 g_assert_cmpstr (buf, ==, "ab"); in test_retval_and_trunc() 65 g_assert_cmpstr (buf, ==, "abc"); in test_retval_and_trunc() 70 g_assert_cmpstr (buf, ==, "abc"); in test_retval_and_trunc() 83 g_assert_cmpstr (buf, ==, "5"); in test_d() 87 g_assert_cmpstr (buf, ==, "0"); in test_d() 91 g_assert_cmpstr (buf, ==, ""); in test_d() 95 g_assert_cmpstr (buf, ==, "1"); in test_d() 99 g_assert_cmpstr (buf, ==, "2"); in test_d() [all …]
|
D | utf8-misc.c | 52 g_assert_cmpstr (dest, ==, ""); in test_utf8_strncpy() 55 g_assert_cmpstr (dest, ==, "\xe2\x82\xa0"); in test_utf8_strncpy() 58 g_assert_cmpstr (dest, ==, "\xe2\x82\xa0g"); in test_utf8_strncpy() 61 g_assert_cmpstr (dest, ==, "\xe2\x82\xa0gh"); in test_utf8_strncpy() 64 g_assert_cmpstr (dest, ==, "\xe2\x82\xa0gh\xe2\x82\xa4"); in test_utf8_strncpy() 67 g_assert_cmpstr (dest, ==, "\xe2\x82\xa0gh\xe2\x82\xa4j"); in test_utf8_strncpy() 70 g_assert_cmpstr (dest, ==, "\xe2\x82\xa0gh\xe2\x82\xa4jl"); in test_utf8_strncpy() 73 g_assert_cmpstr (dest, ==, "\xe2\x82\xa0gh\xe2\x82\xa4jl"); in test_utf8_strncpy() 94 g_assert_cmpstr (r, ==, "fedcba"); in test_utf8_reverse() 98 g_assert_cmpstr (r, ==, "dcba"); in test_utf8_reverse() [all …]
|
D | string.c | 44 g_assert_cmpstr ("hi pete", ==, tmp_string); in test_string_chunks() 49 g_assert_cmpstr (tmp_string_2, ==, tmp_string); in test_string_chunks() 52 g_assert_cmpstr (tmp_string_2, ==, tmp_string); in test_string_chunks() 93 g_assert_cmpstr ("hi pete!", ==, string1->str); in test_string_new() 94 g_assert_cmpstr ("", ==, string2->str); in test_string_new() 102 g_assert_cmpstr (string1->str, ==, "foo"); in test_string_new() 104 g_assert_cmpstr (string2->str, ==, "foo"); in test_string_new() 151 g_assert_cmpstr (string->str, ==, "bla foo 99"); in test_string_printf() 153 g_assert_cmpstr (string->str, ==, "1,two,3"); in test_string_printf() 165 g_assert_cmpstr (string->str, ==, "boring text"); in test_string_assign() [all …]
|
D | uri.c | 181 g_assert_cmpstr (res, ==, file_to_uri_tests[i].expected_result); in run_file_to_uri_tests() 219 g_assert_cmpstr (res, ==, file_from_uri_tests[i].expected_filename); in run_file_from_uri_tests() 222 g_assert_cmpstr (hostname, ==, file_from_uri_tests[i].expected_hostname); in run_file_from_uri_tests() 322 g_assert_cmpstr (uris[j], ==, expected_uris[j]); in run_uri_list_tests() 364 g_assert_cmpstr (s, ==, tests[i].expected_unescaped); in test_uri_unescape_string() 445 g_assert_cmpstr (s, ==, "+abc O"); in test_uri_unescape_segment() 486 g_assert_cmpstr (s, ==, tests[i].expected_escaped); in test_uri_escape_string() 497 g_assert_cmpstr (s, ==, "%00%00"); in test_uri_escape_bytes() 508 g_assert_cmpstr (s, ==, "ftp"); in test_uri_scheme() 512 g_assert_cmpstr (s, ==, "good-scheme.but+weird"); in test_uri_scheme() [all …]
|
D | environment.c | 36 g_assert_cmpstr (value, ==, expected); in test_listenv() 54 g_assert_cmpstr (g_getenv (var), ==, value); in test_setenv() 56 g_assert_cmpstr (g_getenv (var), ==, value); in test_setenv() 58 g_assert_cmpstr (g_getenv (var), ==, "value2"); in test_setenv() 77 g_assert_cmpstr (value, ==, "bar"); in test_environ_array() 81 g_assert_cmpstr (value, ==, "bar"); in test_environ_array() 83 g_assert_cmpstr (value, ==, "bar2"); in test_environ_array() 87 g_assert_cmpstr (value, ==, "bar"); in test_environ_array() 91 g_assert_cmpstr (value, ==, "x"); in test_environ_array() 129 g_assert_cmpstr (value, ==, "bar"); in test_environ_case() [all …]
|
D | strfuncs.c | 221 g_assert_cmpstr (str, ==, str_dup); in test_memdup() 243 g_assert_cmpstr (str, ==, str_dup); in test_memdup2() 273 g_assert_cmpstr (str, ==, str_cpy); in test_stpcpy() 274 g_assert_cmpstr (str, ==, str_cpy_end - strlen (str)); in test_stpcpy() 312 g_assert_cmpstr (str, ==, str_cpy); in test_strlcpy() 317 g_assert_cmpstr ("The quick brown fox jumps over the lazy do", ==, str_cpy); in test_strlcpy() 322 g_assert_cmpstr ("The quick brown fox jumps o", ==, str_cpy); in test_strlcpy() 327 g_assert_cmpstr ("The quick brown fox jumps o", ==, str_cpy); in test_strlcpy() 332 g_assert_cmpstr (str, ==, str_cpy); in test_strlcpy() 371 g_assert_cmpstr (str, ==, str_cpy); in test_strlcat() [all …]
|
D | utils.c | 143 g_assert_cmpstr (prgname, ==, argv0); in test_appname() 144 g_assert_cmpstr (appname, ==, prgname); in test_appname() 150 g_assert_cmpstr (prgname, ==, "prgname"); in test_appname() 151 g_assert_cmpstr (appname, ==, "prgname"); in test_appname() 157 g_assert_cmpstr (prgname, ==, "prgname"); in test_appname() 158 g_assert_cmpstr (appname, ==, "appname"); in test_appname() 165 g_assert_cmpstr (g_get_tmp_dir (), !=, ""); in test_tmpdir() 326 g_assert_cmpstr (c, ==, c2); in test_codeset() 339 g_assert_cmpstr (c, ==, "UTF-8"); in test_codeset2() 361 g_assert_cmpstr (c1, ==, "ISO-8859-1"); in test_console_charset() [all …]
|
D | gdatetime.c | 1228 g_assert_cmpstr (g_time_zone_get_identifier (dt_tz), ==, in test_GDateTime_new_full() 1238 g_assert_cmpstr ("PST", ==, g_date_time_get_timezone_abbreviation (dt)); in test_GDateTime_new_full() 1239 g_assert_cmpstr ("America/Tijuana", ==, g_time_zone_get_identifier (dt_tz)); in test_GDateTime_new_full() 1241 g_assert_cmpstr ("Pacific Standard Time", ==, in test_GDateTime_new_full() 1243 g_assert_cmpstr ("Pacific Standard Time", ==, in test_GDateTime_new_full() 1538 g_assert_cmpstr (__p, ==, (o)); \ in test_GDateTime_printf() 1547 g_assert_cmpstr (p_casefold, ==, (o_casefold)); \ in test_GDateTime_printf() 1556 g_assert_cmpstr (p, ==, (o)); \ in test_GDateTime_printf() 2182 g_assert_cmpstr (p, ==, "-0800"); in test_z() 2186 g_assert_cmpstr (p, ==, "-08:00"); in test_z() [all …]
|
D | hostutils.c | 102 g_assert_cmpstr (idn_test_domains[i].ascii_name, ==, ascii); in test_to_ascii() 106 g_assert_cmpstr (idn_test_domains[i].ascii_name, ==, ascii); in test_to_ascii() 123 g_assert_cmpstr (non_round_trip_names[i].ascii_name, ==, ascii); in test_to_ascii() 127 g_assert_cmpstr (non_round_trip_names[i].ascii_name, ==, ascii); in test_to_ascii() 134 g_assert_cmpstr (ascii, ==, NULL); in test_to_ascii() 148 g_assert_cmpstr (idn_test_domains[i].unicode_name, ==, unicode); in test_to_unicode() 152 g_assert_cmpstr (idn_test_domains[i].unicode_name, ==, unicode); in test_to_unicode() 159 g_assert_cmpstr (unicode, ==, NULL); in test_to_unicode()
|
/third_party/glib/gio/tests/ |
D | gnotification.c | 66 g_assert_cmpstr (app_id, ==, "org.gtk.TestApplication"); in notification_received() 71 g_assert_cmpstr (notification_id, ==, "test1"); in notification_received() 73 g_assert_cmpstr (title, ==, "Test"); in notification_received() 77 g_assert_cmpstr (notification_id, ==, "test2"); in notification_received() 81 g_assert_cmpstr (notification_id, ==, "test3"); in notification_received() 85 g_assert_cmpstr (notification_id, ==, "test4"); in notification_received() 106 g_assert_cmpstr (app_id, ==, "org.gtk.TestApplication"); in notification_removed() 107 g_assert_cmpstr (notification_id, ==, "test1"); in notification_removed() 217 g_assert_cmpstr (rn->title, ==, "title"); in test_properties() 218 g_assert_cmpstr (rn->body, ==, "body"); in test_properties() [all …]
|
D | simple-proxy.c | 67 g_assert_cmpstr (error->message, ==, str); in test_uris() 77 g_assert_cmpstr (error->message, ==, str); in test_uris() 95 g_assert_cmpstr (proxies[0], ==, "http://proxy.example.com"); in test_uris() 102 g_assert_cmpstr (proxies[0], ==, "http://proxy.example.com"); in test_uris() 109 g_assert_cmpstr (proxies[0], ==, "default://"); in test_uris() 116 g_assert_cmpstr (proxies[0], ==, "default://"); in test_uris() 123 g_assert_cmpstr (proxies[0], ==, "ftp://proxy.example.com"); in test_uris() 130 g_assert_cmpstr (proxies[0], ==, "direct://"); in test_uris() 150 g_assert_cmpstr (proxies[0], ==, "socks5://proxy.example.com"); in test_socks() 151 g_assert_cmpstr (proxies[1], ==, "socks4a://proxy.example.com"); in test_socks() [all …]
|
D | appinfo.c | 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() [all …]
|
D | gdbus-introspection.c | 81 g_assert_cmpstr (method_info->out_args[0]->signature, ==, "s"); in test_introspection() 89 g_assert_cmpstr (signal_info->args[0]->signature, ==, "s"); in test_introspection() 91 g_assert_cmpstr (signal_info->args[1]->signature, ==, "o"); in test_introspection() 93 g_assert_cmpstr (signal_info->args[2]->signature, ==, "v"); in test_introspection() 180 g_assert_cmpstr (aninfo->key, ==, "foo"); in test_generate() 181 g_assert_cmpstr (aninfo->value, ==, "bar"); in test_generate() 184 …g_assert_cmpstr (g_dbus_annotation_info_lookup (minfo->annotations, "org.freedesktop.DBus.GLib.Asy… in test_generate() 186 g_assert_cmpstr (arginfo->name, ==, "somenumber"); in test_generate() 187 g_assert_cmpstr (arginfo->signature, ==, "u"); in test_generate() 190 g_assert_cmpstr (arginfo->name, ==, "somestring"); in test_generate() [all …]
|
D | gdbus-error.c | 41 g_assert_cmpstr (error->message, ==, "test message"); in check_registered_error() 43 g_assert_cmpstr (dbus_error_name, ==, given_dbus_error_name); in check_registered_error() 93 g_assert_cmpstr (dbus_error_name, ==, given_dbus_error_name); in check_unregistered_error() 98 g_assert_cmpstr (error->message, ==, "test message"); in check_unregistered_error() 147 g_assert_cmpstr (dbus_error_name, ==, given_dbus_error_name); in check_transparent_gerror() 153 g_assert_cmpstr (error->message, ==, "test message"); in check_transparent_gerror() 215 g_assert_cmpstr (msg, ==, "org.gtk.test.Error.Failed"); in test_register_error() 218 g_assert_cmpstr (error->message, ==, "Failed"); in test_register_error() 226 g_assert_cmpstr (msg, ==, "org.gtk.test.Error.Failed"); in test_register_error() 229 g_assert_cmpstr (error->message, ==, "Prefix 1: Failed again"); in test_register_error() [all …]
|
D | gdbus-proxy.c | 53 g_assert_cmpstr (g_variant_get_type_string (result), ==, "(s)"); in test_methods() 55 g_assert_cmpstr (str, ==, "You greeted me with 'Hey'. Thanks!"); in test_methods() 71 g_assert_cmpstr (dbus_error_name, ==, "com.example.TestException"); in test_methods() 74 g_assert_cmpstr (error->message, ==, "Yo is not a proper greeting"); in test_methods() 108 g_assert_cmpstr (g_variant_get_type_string (result), ==, "()"); in test_methods() 231 g_assert_cmpstr (g_variant_get_string (variant, NULL), ==, "/some/path"); in test_properties() 250 g_assert_cmpstr (g_variant_get_type_string (result), ==, "()"); in test_properties() 274 g_assert_cmpstr (g_variant_get_string (variant, NULL), ==, "InitialValue"); in test_properties() 296 g_assert_cmpstr (g_variant_get_type_string (result), ==, "()"); in test_properties() 322 …g_assert_cmpstr (g_variant_get_string (variant, NULL), ==, "OMGInvalidated"); /* from previous tes… in test_properties() [all …]
|
D | gsettings.c | 53 g_assert_cmpstr (printed, ==, expected); in check_and_free() 82 g_assert_cmpstr (str, ==, "org.gtk.test"); in test_basic() 84 g_assert_cmpstr (path, ==, "/tests/"); in test_basic() 92 g_assert_cmpstr (str, ==, "Hello, earthlings"); in test_basic() 97 g_assert_cmpstr (str, ==, "goodbye world"); in test_basic() 114 g_assert_cmpstr (str, ==, "goodbye world"); in test_basic() 120 g_assert_cmpstr (str, ==, "Hello, earthlings"); in test_basic() 346 g_assert_cmpstr (str, ==, "a string, it seems"); in test_basic_types() 351 g_assert_cmpstr (str, ==, "/a/object/path"); in test_basic_types() 372 g_assert_cmpstr (s, ==, "one"); in test_complex_types() [all …]
|
D | tls-certificate.c | 60 g_assert_cmpstr (parsed_cert_pem, ==, ref->cert_pems[0]); in pem_parser() 63 g_assert_cmpstr (parsed_key_pem, ==, ref->key_pem); in pem_parser() 94 g_assert_cmpstr (parsed_cert_pem, ==, ref->cert_pems[0]); in pem_parser() 97 g_assert_cmpstr (parsed_key_pem, ==, ref->key_pem); in pem_parser() 116 g_assert_cmpstr (parsed_cert_pem, ==, ref->cert_pems[0]); in pem_parser() 160 g_assert_cmpstr (parsed_cert_pem, ==, ref->cert_pems[0]); in pem_parser_handles_chain() 165 g_assert_cmpstr (parsed_key_pem, ==, ref->key_pem); in pem_parser_handles_chain() 179 g_assert_cmpstr (parsed_cert_pem, ==, ref->cert_pems[1]); in pem_parser_handles_chain() 194 g_assert_cmpstr (parsed_cert_pem, ==, ref->cert_pems[2]); in pem_parser_handles_chain() 220 g_assert_cmpstr (parsed_cert_pem, ==, ref->cert_pems[0]); in from_file() [all …]
|
D | mount-operation.c | 66 g_assert_cmpstr (username, ==, g_mount_operation_get_username (op)); in test_properties() 67 g_assert_cmpstr (password, ==, g_mount_operation_get_password (op)); in test_properties() 69 g_assert_cmpstr (domain, ==, g_mount_operation_get_domain (op)); in test_properties() 77 g_assert_cmpstr (g_mount_operation_get_username (op), ==, "username"); in test_properties() 80 g_assert_cmpstr (g_mount_operation_get_password (op), ==, "password"); in test_properties() 86 g_assert_cmpstr (g_mount_operation_get_domain (op), ==, "domain"); in test_properties()
|
D | dbus-appinfo.c | 77 case 0: g_assert_cmpstr (action, ==, "activate"); in G_DEFINE_TYPE() 81 current_state = 1; return; case 1: g_assert_cmpstr (action, ==, "activate"); in G_DEFINE_TYPE() 93 current_state = 2; return; case 2: g_assert_cmpstr (action, ==, "open"); in G_DEFINE_TYPE() 97 current_state = 3; return; case 3: g_assert_cmpstr (action, ==, "frob"); in G_DEFINE_TYPE() 100 current_state = 4; return; case 4: g_assert_cmpstr (action, ==, "tweak"); in G_DEFINE_TYPE() 103 current_state = 5; return; case 5: g_assert_cmpstr (action, ==, "twiddle"); in G_DEFINE_TYPE() 116 …current_state = 6; return; case 6: g_assert_cmpstr (action, ==, "activate"); g_assert (saw_startup… in G_DEFINE_TYPE() 130 …current_state = 7; return; case 7: g_assert_cmpstr (action, ==, "frob"); g_assert (saw_startup_id); in G_DEFINE_TYPE() 200 g_assert_cmpstr (hint, ==, ""); in test_application_open() 233 g_assert_cmpstr (startup_id, ==, "expected startup id"); in test_application_before_emit()
|
D | resources.c | 113 g_assert_cmpstr (g_bytes_get_data (data, NULL), ==, "test1\n"); in test_resource() 150 g_assert_cmpstr (buffer, ==, "test1\n"); in test_resource() 182 g_assert_cmpstr (g_bytes_get_data (data, NULL), ==, "test2\n"); in test_resource() 193 g_assert_cmpstr (g_bytes_get_data (data, NULL), ==, "test2\n"); in test_resource() 301 g_assert_cmpstr (uri, ==, test_uris[i].expected); in test_resource_file_path() 463 g_assert_cmpstr (g_bytes_get_data (data, NULL), ==, "test1\n"); in test_resource_registered() 480 g_assert_cmpstr (buffer, ==, "test1\n"); in test_resource_registered() 517 g_assert_cmpstr (g_bytes_get_data (data, NULL), ==, "test2\n"); in test_resource_registered() 527 g_assert_cmpstr (g_bytes_get_data (data, NULL), ==, "test2\n"); in test_resource_registered() 580 g_assert_cmpstr (g_bytes_get_data (data, NULL), ==, "test1\n"); in test_resource_automatic() [all …]
|
D | gdbus-test-codegen.c | 73 g_assert_cmpstr (g_dbus_annotation_info_lookup (iface->annotations, "Key1"), ==, "Value1"); in test_annotations() 78 …g_assert_cmpstr (g_dbus_annotation_info_lookup (method->annotations, "ExistingAnnotation"), ==, "b… in test_annotations() 79 g_assert_cmpstr (g_dbus_annotation_info_lookup (method->annotations, "Key3"), ==, "Value3"); in test_annotations() 84 g_assert_cmpstr (g_dbus_annotation_info_lookup (signal->annotations, "Key4"), ==, "Value4"); in test_annotations() 85 …g_assert_cmpstr (g_dbus_annotation_info_lookup (signal->args[1]->annotations, "Key8"), ==, "Value8… in test_annotations() 90 g_assert_cmpstr (g_dbus_annotation_info_lookup (property->annotations, "Key5"), ==, "Value5"); in test_annotations() 94 …g_assert_cmpstr (g_dbus_annotation_info_lookup (method->in_args[4]->annotations, "Key6"), ==, "Val… in test_annotations() 95 …g_assert_cmpstr (g_dbus_annotation_info_lookup (method->out_args[5]->annotations, "Key7"), ==, "Va… in test_annotations() 477 g_assert_cmpstr (foo_igen_bar_get_writeonly_property (exported_bar_object), ==, "Mr. Burns"); in on_bus_acquired() 629 g_assert_cmpstr (pspec->name, ==, "u"); in on_notify_u() [all …]
|
D | g-icon.c | 61 …g_assert_cmpstr (data, ==, G_DIR_SEPARATOR_S "some" G_DIR_SEPARATOR_S "native" G_DIR_SEPARATOR_S "… in test_g_icon_to_string() 74 …g_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() 132 …g_assert_cmpstr (data, ==, ". GThemedIcon network-server network network-server-symbolic network-s… in test_g_icon_to_string() 160 …g_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() [all …]
|
/third_party/glib/gobject/tests/ |
D | enums.c | 37 g_assert_cmpstr (val->value_name, ==, "the second value"); in test_enum_basic() 54 g_assert_cmpstr (to_string, ==, "the second value"); in test_enum_basic() 58 g_assert_cmpstr (to_string, ==, "15"); in test_enum_basic() 115 g_assert_cmpstr (val->value_name, ==, "the second flag"); in test_flags_basic() 135 g_assert_cmpstr (to_string, ==, "the first flag | the third flag"); in test_flags_basic() 139 g_assert_cmpstr (to_string, ==, "no flags"); in test_flags_basic() 143 g_assert_cmpstr (to_string, ==, "0x10"); in test_flags_basic() 147 g_assert_cmpstr (to_string, ==, "the first flag | 0x10"); in test_flags_basic() 151 g_assert_cmpstr (to_string, ==, "0x0"); in test_flags_basic() 155 g_assert_cmpstr (to_string, ==, "0x10"); in test_flags_basic()
|
D | value.c | 63 g_assert_cmpstr (storedstr, ==, static1); in test_value_string() 67 g_assert_cmpstr (str1, ==, static1); in test_value_string() 75 g_assert_cmpstr (copystr, ==, static1); in test_value_string() 83 g_assert_cmpstr (storedstr, ==, static2); in test_value_string() 90 g_assert_cmpstr (storedstr, ==, static1); in test_value_string() 97 g_assert_cmpstr (storedstr, ==, str2); in test_value_string() 115 g_assert_cmpstr (str2, ==, static1); in test_value_string() 124 g_assert_cmpstr (copystr, ==, static1); in test_value_string() 132 g_assert_cmpstr (storedstr, ==, static2); in test_value_string() 148 g_assert_cmpstr (str2, ==, static1); in test_value_string() [all …]
|
/third_party/libsoup/tests/ |
D | uri-parsing-test.c | 297 g_assert_cmpstr (uri->scheme, ==, bits->scheme); in do_uri() 298 g_assert_cmpstr (uri->user, ==, bits->user); in do_uri() 299 g_assert_cmpstr (uri->password, ==, bits->password); in do_uri() 300 g_assert_cmpstr (uri->host, ==, bits->host); in do_uri() 302 g_assert_cmpstr (uri->path, ==, bits->path); in do_uri() 303 g_assert_cmpstr (uri->query, ==, bits->query); in do_uri() 304 g_assert_cmpstr (uri->fragment, ==, bits->fragment); in do_uri() 310 g_assert_cmpstr (uri_string, ==, out_uri); in do_uri() 341 g_assert_cmpstr (uri_string, ==, base); in do_relative_uri_tests() 405 g_assert_cmpstr (uri_string, ==, ""); in do_soup_uri_null_tests() [all …]
|