Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/tests/views/search/index.test.php
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-06-11 11:59:20 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-06-11 11:59:20 (GMT)
commit15238e13918a019bdc020c3eeafa5e01c810bbf1 (patch)
treee11aa9a28033dbfca2ede7169da745518bf3e992 /site/app/tests/views/search/index.test.php
parente9361d633e8163e508a4dcde36c25c94f7e8b272 (diff)
Fake v2 production branchv2
Diffstat (limited to 'site/app/tests/views/search/index.test.php')
-rw-r--r--site/app/tests/views/search/index.test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/app/tests/views/search/index.test.php b/site/app/tests/views/search/index.test.php
index 5197c4c..e742227 100644
--- a/site/app/tests/views/search/index.test.php
+++ b/site/app/tests/views/search/index.test.php
@@ -44,6 +44,7 @@ class SearchResultTest extends WebTestHelper {
function testBasicResults() {
$this->getAction("/search/?q=the");
+ $this->assertWantedPattern("/mozilla.thtml processed for search/", "correct template");
$this->assertNoUnwantedPattern("/"._('search_nothing_found')."/", "No results found.");
$this->assertFieldById('query', 'the', "previous query pre-populated");
}