diff options
author | Xan Lopez <xan@igalia.com> | 2012-02-23 20:16:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-02-23 20:16:43 +0800 |
commit | a5893ce2f9722435e47921f19dd24de16380f881 (patch) | |
tree | 2ba3a6c97d02399086797452da13d50576157079 | |
parent | 8a892d2c2bb9a25c4a57f40bc7e8697439119d47 (diff) | |
download | gsoc2013-epiphany-a5893ce2f9722435e47921f19dd24de16380f881.tar gsoc2013-epiphany-a5893ce2f9722435e47921f19dd24de16380f881.tar.gz gsoc2013-epiphany-a5893ce2f9722435e47921f19dd24de16380f881.tar.bz2 gsoc2013-epiphany-a5893ce2f9722435e47921f19dd24de16380f881.tar.lz gsoc2013-epiphany-a5893ce2f9722435e47921f19dd24de16380f881.tar.xz gsoc2013-epiphany-a5893ce2f9722435e47921f19dd24de16380f881.tar.zst gsoc2013-epiphany-a5893ce2f9722435e47921f19dd24de16380f881.zip |
ephy-embed-utils-test: remove broken test
It's actually impossible to catch this through normalization, so it
will need to be moved to an EphyWebView test.
-rw-r--r-- | tests/ephy-embed-utils-test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ephy-embed-utils-test.c b/tests/ephy-embed-utils-test.c index 5d3bb77eb..446cd8014 100644 --- a/tests/ephy-embed-utils-test.c +++ b/tests/ephy-embed-utils-test.c @@ -72,9 +72,6 @@ static const SchemeTest tests_no_scheme[] = { static const NormalizeTest tests_normalize[] = { { "append_http_to_domain", "gnome.org", "http://gnome.org" }, { "append_http_to_www", "www.gnome.org", "http://www.gnome.org" }, -#if 0 - { "append_http_to_domain_port", "gnome.org:80", "http://gnome.org:80" }, -#endif { "append_http_to_hostname", "gnome", "http://gnome" }, { "append_http_to_hostname_with_port", "localhost:8080", "http://localhost:8080" }, { "append_http_to_ip_address", "192.168.0.1", "http://192.168.0.1" }, |