[epiphany] tests: a couple more 'normalize or autosearch' tests



commit 9aa2374013f74fc1a33b3c7d99e74905adbabe1e
Author: Xan Lopez <xan igalia com>
Date:   Tue Aug 7 20:32:48 2012 +0200

    tests: a couple more 'normalize or autosearch' tests

 tests/ephy-web-view-test.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index f2cedb5..815dd62 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -288,7 +288,9 @@ static struct {
   { "127.0.0.1", "http://127.0.0.1"; },
   { "http://127.0.0.1";, "http://127.0.0.1"; },
   { "totalgarbage0xdeadbeef", "http://www.google.com/search?q=totalgarbage0xdeadbeef&ie=UTF-8&oe=UTF-8"; },
-  { "planet.gnome.org", "http://planet.gnome.org"; }
+  { "planet.gnome.org", "http://planet.gnome.org"; },
+  { "search separated words please", "http://www.google.com/search?q=search+separated+words+please&ie=UTF-8&oe=UTF-8"; },
+  { "\"a quoted string should be searched\"", "http://www.google.com/search?q=%22a+quoted+string+should+be+searched%22&ie=UTF-8&oe=UTF-8"; }
 };
 
 static void



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