From 5513ea4e5bd2dab245e372028ece8beae31e4c11 Mon Sep 17 00:00:00 2001 From: David Farning Date: Fri, 20 Mar 2009 17:55:08 +0000 Subject: update test login name --- 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'); -- cgit v0.9.1