Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/tests/views/developers/index.test.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/tests/views/developers/index.test.php')
-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..c80fff2 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('/'.___('devcp_index_header_myaddons').'/i', 'Header detected');
}
function testDisplay() {