diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2019-02-20 16:08:11 -0600 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2019-02-20 16:08:11 -0600 |
commit | 41c88d5d67fed071a5aae8b58960830bdc6e4454 (patch) | |
tree | 3343ca1c7b28dede279581dd8f5c6d6319fd1d49 /tests | |
parent | 25dfeb3bf4b9a27aaeef6cd23711caa765c4a6be (diff) | |
download | epiphany-41c88d5d67fed071a5aae8b58960830bdc6e4454.tar.gz |
WebKitGTK+ -> WebKitGTK
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-history-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-history-test.c b/tests/ephy-history-test.c index f9758e6dd..b42ebd023 100644 --- a/tests/ephy-history-test.c +++ b/tests/ephy-history-test.c @@ -416,7 +416,7 @@ perform_complex_url_query_with_time_range (EphyHistoryService *service, /* The expected result. */ url = ephy_history_url_new ("http://www.webkitgtk.org", - "WebKitGTK+", + "WebKitGTK", 2, 2, 0); ephy_history_service_query_urls (service, query, NULL, verify_complex_url_query, url); |