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 22:13:03 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-20 22:13:03 (GMT)
commit7ba05833f9308f1863dd1d796ebf1b27541ea9c8 (patch)
tree3723aec7437f4304b74a5ffe725de574db31bad5
parentc5a767db9aca15912f2879d15ba684ede4b61d71 (diff)
fix views/addons/plugins.test.php regression test
-rw-r--r--site/app/tests/views/addons/plugins.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/tests/views/addons/plugins.test.php b/site/app/tests/views/addons/plugins.test.php
index 430712e..cfb163c 100644
--- a/site/app/tests/views/addons/plugins.test.php
+++ b/site/app/tests/views/addons/plugins.test.php
@@ -53,7 +53,7 @@ class AddonPluginsTest 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 testPlugins() {