aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-web-view-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-web-view-test.c')
-rw-r--r--tests/ephy-web-view-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index 65a03eb16..6afd0a5e5 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -174,6 +174,8 @@ static const RegexTest test_non_search_regex[] = {
/* Searches */
{ "localhost localdomain:8080/home/", FALSE },
+ /* Relative paths should be searched */
+ { "./", FALSE },
{ "localhost", TRUE },
{ "localhost.localdomain", TRUE },