From 5b4e22803dfd93fe09850ac50e6440f448410c48 Mon Sep 17 00:00:00 2001
From: benakamoorthi <benaka.moorthi@gmail.com>
Date: Sat, 5 Jan 2013 02:29:47 +0000
Subject: [PATCH] Fixing build, hopefully.

git-svn-id: http://dev.piwik.org/svn/trunk@7736 59fd770c-687e-43c8-a1e3-f5a4ff64c105
---
 tests/PHPUnit/IntegrationTestCase.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 812e5b4d4a..9018c11226 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -573,8 +573,8 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
 	public static function getTokenAuth()
 	{
 	    return Piwik_UsersManager_API::getInstance()->getTokenAuth(
-	    	Zend_Registry::get('config')->superuser->login,
-	    	Zend_Registry::get('config')->superuser->password
+	    	Zend_Registry::get('config')->superuser['login'],
+	    	Zend_Registry::get('config')->superuser['password']
     	);
     }
 
-- 
GitLab