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
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-04-18 05:37:27 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-19 00:49:10 +0400
commit54520488bcfc63c3eaa9e7fc00051b7f23accbf7 (patch)
treedd036953010699b107a3de22444e149aabfadf76 /tests
parent66da137149d43219753763a3f67c7417bee25a45 (diff)
Fixing search engines from South Korea, reported by firejune official Korean Piwik translator
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Core/CommonTest.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/PHPUnit/Core/CommonTest.php b/tests/PHPUnit/Core/CommonTest.php
index 02f3ce3066..f46e873ce4 100644
--- a/tests/PHPUnit/Core/CommonTest.php
+++ b/tests/PHPUnit/Core/CommonTest.php
@@ -818,6 +818,16 @@ class Core_CommonTest extends PHPUnit_Framework_TestCase
array('http://search.naver.com/search.naver?where=nexearch&query=FAU+&x=0&y=0&sm=top_hty&fbm=1&ie=utf8',
array('name' => 'Naver', 'keywords' => 'fau')),
+ // Korean search engines
+ array('http://search.naver.com/search.naver?where=nexearch&query=++%EA%B2%80%EC%83%89+++%EC%A7%88%EB%AC%B8%ED%98%95+%EA%B2%80%EC%83%89%EC%96%B4+%EA%B2%B0%ED%98%BC+%ED%9B%84+%EA%B1%B1%EC%A0%95+1%EC%9C%84&sm=top_hty&fbm=1&ie=utf8',
+ array('name' => 'Naver', 'keywords' => '검색 질문형 검색어 결혼 후 걱정 1위')),
+
+ array('http://search.nate.com/search/all.html?thr=sbus&q=%B0%CB%BB%F6+++%C1%FA%B9%AE%C7%FC+%B0%CB%BB%F6%BE%EE+%B0%E1%C8%A5+%C8%C4+%B0%C6%C1%A4+1%C0%A7',
+ array('name' => 'Nate', 'keywords' => '검색 질문형 검색어 결혼 후 걱정 1위')),
+
+ array('http://search.daum.net/search?w=tot&DA=UMEF&t__nil_searchbox=suggest&sug=&q=%EA%B2%80%EC%83%89+++%EC%A7%88%EB%AC%B8%ED%98%95+%EA%B2%80%EC%83%89%EC%96%B4+%EA%B2%B0%ED%98%BC+%ED%9B%84+%EA%B1%B1%EC%A0%95+1%EC%9C%84',
+ array('name' => 'Daum', 'keywords' => '검색 질문형 검색어 결혼 후 걱정 1위')),
+
// DDG
array('http://duckduckgo.com/post.html',
array('name' => 'DuckDuckGo', 'keywords' => false)),