Details
-
Type:
Unit Tests: Task
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.8.3
-
Fix Version/s: 1.8.4
-
Component/s: Zend_Gdata
-
Labels:None
Description
Zend_Gdata_YouTubeOnlineTest has various methods obtain constant('TESTS_ZEND_GDATA_CLIENTLOGIN_EMAIL') and constant('TESTS_ZEND_GDATA_CLIENTLOGIN_PASSWORD').
For consistency, this should be done during the test suite setUp() method.
Fixed for trunk with r16228.
commit 13b9f40c19750c87758522fd60b20eb40c46c9e4 Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba> Date: Sun Jun 21 22:42:05 2009 +0000 ZF-7073: Refactor Zend_Gdata_YouTubeOnlineTest so that $user and $pass are set during setUp(). git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16228 44c647ce-9c0f-0410-b52a-842ac1e357ba tests/Zend/Gdata/YouTubeOnlineTest.php | 70 ++++++++++---------------------- 1 files changed, 22 insertions(+), 48 deletions(-)commit 13b9f40c19750c87758522fd60b20eb40c46c9e4 Author: tjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba> Date: Sun Jun 21 22:42:05 2009 +0000 ZF-7073: Refactor Zend_Gdata_YouTubeOnlineTest so that $user and $pass are set during setUp(). git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16228 44c647ce-9c0f-0410-b52a-842ac1e357ba tests/Zend/Gdata/YouTubeOnlineTest.php | 70 ++++++++++---------------------- 1 files changed, 22 insertions(+), 48 deletions(-)