[epiphany] test-ephy-web-view: fix test cases for autosearch



commit 23ded8295d25dca40c615f5653ebe0b8c42889b4
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Oct 15 15:53:15 2013 +0300

    test-ephy-web-view: fix test cases for autosearch
    
    The dot doesn't need to be escaped. Add an extra test case for a
    string that needs escaping.

 tests/ephy-web-view-test.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index 1c1e1d8..139a811 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -286,7 +286,8 @@ static struct {
   { "http://google.com/this/is/a/path";, "http://google.com/this/is/a/path"; },
   { "search", "http://duckduckgo.com/?q=search&t=epiphany"; },
   { "search.me", "http://search.me"; },
-  { "lala.lala", "http://duckduckgo.com/?q=lala%2Elala&t=epiphany"; },
+  { "lala.lala", "http://duckduckgo.com/?q=lala.lala&t=epiphany"; },
+  { "lala/lala", "http://duckduckgo.com/?q=lala%2Flala&t=epiphany"; },
   { "127.0.0.1", "http://127.0.0.1"; },
   { "http://127.0.0.1";, "http://127.0.0.1"; },
   { "totalgarbage0xdeadbeef", "http://duckduckgo.com/?q=totalgarbage0xdeadbeef&t=epiphany"; },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]