Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-06-03 23:50:40 +0400
committersgiehl <stefan@piwik.org>2013-06-03 23:50:40 +0400
commit3fe83f56fb6ea12c9ba324f528415df6ab3dab2c (patch)
tree8d436a30e1c9b99f8a5d26cc803f1ce9c6267dc0 /tests/resources/extractSearchEngineInformationFromUrlTests.yml
parentfc75bb1773e85f1fcd7f042639cdee7e3e589ef9 (diff)
refs #2885 added a couple of new search engines
Diffstat (limited to 'tests/resources/extractSearchEngineInformationFromUrlTests.yml')
-rw-r--r--tests/resources/extractSearchEngineInformationFromUrlTests.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/resources/extractSearchEngineInformationFromUrlTests.yml b/tests/resources/extractSearchEngineInformationFromUrlTests.yml
index b406853510..4f855d6b5d 100644
--- a/tests/resources/extractSearchEngineInformationFromUrlTests.yml
+++ b/tests/resources/extractSearchEngineInformationFromUrlTests.yml
@@ -354,4 +354,12 @@
# talimba
- url: 'http://www.talimba.com/index.php?page=search/web&search=piwik&type=Web&fl=0'
engine: 'talimba'
- keywords: 'piwik' \ No newline at end of file
+ keywords: 'piwik'
+
+- url: 'http://www.searchmobileonline.com/search?q=searchterm'
+ engine: 'InfoSpace'
+ keywords: 'searchterm'
+
+- url: 'http://search.leonardo.it/?q=searchterm'
+ engine: 'Google'
+ keywords: 'searchterm' \ No newline at end of file