From fbe3cb2780f8a957a6b98f4958e9b7d3e1ee7aa4 Mon Sep 17 00:00:00 2001 From: tjohns Date: Sun, 21 Jun 2009 20:19:00 +0000 Subject: [PATCH] ZF-7065: Swap position of TESTS_ZEND_GDATA_YOUTUBE_ONLINE_ENABLED and TESTS_ZEND_GDATA_BOOKS_ONLINE_ENABLED in TestConfiguration.php.dist for readability. git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16224 44c647ce-9c0f-0410-b52a-842ac1e357ba --- tests/TestConfiguration.php.dist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/TestConfiguration.php.dist b/tests/TestConfiguration.php.dist index c1dcb3112..7b41a6bb3 100644 --- a/tests/TestConfiguration.php.dist +++ b/tests/TestConfiguration.php.dist @@ -242,18 +242,18 @@ define('TESTS_ZEND_GDATA_GAPPS_PASSWORD', 'password'); define('TESTS_ZEND_GDATA_GBASE_ONLINE_ENABLED', false); /* - * This indicates that online tests for the YouTube data API should - * be performed. - */ -define('TESTS_ZEND_GDATA_YOUTUBE_ONLINE_ENABLED', false); - -/* * This indicates that online tests for the Books Search data API * should be performed. */ define('TESTS_ZEND_GDATA_BOOKS_ONLINE_ENABLED', false); /* + * This indicates that online tests for the YouTube data API should + * be performed. + */ +define('TESTS_ZEND_GDATA_YOUTUBE_ONLINE_ENABLED', false); + +/* * This is the username to use for retrieving subscriptions, etc */ define('TESTS_ZEND_GDATA_YOUTUBE_ACCOUNT', 'zfgdata'); -- 2.11.4.GIT