Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Farning <dfarning@gmail.com>2009-03-20 21:41:14 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-20 21:41:14 (GMT)
commit7b114b7bd50c26387e165d0c82c9c925483dfeb5 (patch)
tree806deef4dcb36126debbf06162ef5274c3357ce1
parent2670d84ff07034072afeae5b07077ad2b575887b (diff)
fix views regression test
-rw-r--r--site/app/tests/views/addons/dictionaries.test.php2
-rw-r--r--site/app/tests/views/addons/display.test.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/app/tests/views/addons/dictionaries.test.php b/site/app/tests/views/addons/dictionaries.test.php
index a516991..95020d9 100644
--- a/site/app/tests/views/addons/dictionaries.test.php
+++ b/site/app/tests/views/addons/dictionaries.test.php
@@ -53,7 +53,7 @@ class AddonDictionariesTest extends WebTestHelper {
function testRemoraPage() {
// just checks if the page works or not
- $this->assertWantedPattern('/Sugar Labs Activites/i', "pattern detected");
+ $this->assertWantedPattern('/Sugar Labs Activities/i', "pattern detected");
}
function testDicts() {
diff --git a/site/app/tests/views/addons/display.test.php b/site/app/tests/views/addons/display.test.php
index 0d54958..d0c6fc9 100644
--- a/site/app/tests/views/addons/display.test.php
+++ b/site/app/tests/views/addons/display.test.php
@@ -82,7 +82,7 @@ class AddonTest extends WebTestHelper {
function testRemoraPage() {
//just checks if the page works or not
- $this->assertWantedPattern('/Sugar Labs Activites/i', "pattern detected");
+ $this->assertWantedPattern('/Sugar Labs Activities/i', "pattern detected");
}
function testDisplay() {