aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-embed-utils-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-embed-utils-test.c')
-rw-r--r--tests/ephy-embed-utils-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ephy-embed-utils-test.c b/tests/ephy-embed-utils-test.c
index 446cd8014..669013c2c 100644
--- a/tests/ephy-embed-utils-test.c
+++ b/tests/ephy-embed-utils-test.c
@@ -70,6 +70,7 @@ static const SchemeTest tests_no_scheme[] = {
};
static const NormalizeTest tests_normalize[] = {
+ { "append_file_to_path", "/etc/passwd", "file:///etc/passwd" },
{ "append_http_to_domain", "gnome.org", "http://gnome.org" },
{ "append_http_to_www", "www.gnome.org", "http://www.gnome.org" },
{ "append_http_to_hostname", "gnome", "http://gnome" },