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:
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");
}