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:33:23 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-20 22:33:23 (GMT)
commit1fb3c4ae563e9ede7cdc6cdb6b4292773703c14d (patch)
tree9e1fd647bcdd54cf948a2e75eade21e12f394085
parent2d422883e36977ccb21dac7511fe933d3c148d16 (diff)
fix views/addons/index.test.php regression testtesting
-rw-r--r--site/app/tests/views/developers/index.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/tests/views/developers/index.test.php b/site/app/tests/views/developers/index.test.php
index 784947f..0b4e910 100644
--- a/site/app/tests/views/developers/index.test.php
+++ b/site/app/tests/views/developers/index.test.php
@@ -48,7 +48,7 @@ class DevelopersIndexTest extends WebTestHelper {
function testRemoraPage() {
//just checks if the page works or not
- $this->assertWantedPattern('/My Add-ons/i', 'Header detected');
+ $this->assertWantedPattern('/My Activities/i', 'Header detected');
}
function testDisplay() {