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 17:55:08 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-20 17:55:08 (GMT)
commit5513ea4e5bd2dab245e372028ece8beae31e4c11 (patch)
treeda84c3478910927b0cd0c7acc0d9de95f917c117
parent1d6869aa64a25017fee2b72e9bea11e3e48c86fb (diff)
update test login name
-rw-r--r--site/app/tests/test_helper_web.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/tests/test_helper_web.php b/site/app/tests/test_helper_web.php
index c2df68d..9b2211e 100644
--- a/site/app/tests/test_helper_web.php
+++ b/site/app/tests/test_helper_web.php
@@ -51,7 +51,7 @@ class WebTestHelper extends WebTestCase {
* Logs in with test account info.
*/
function login() {
- $username = 'nobody@mozilla.org';
+ $username = 'nobody@sugarlabs.org';
$password = 'test';
$path = $this->actionURI('/users/login');