cellog Tue Jun 19 04:26:16 2007 UTC
Modified files:
/pear-core/tests/PEAR_Command_Config/config-create test.phpt
Log:
update test to current CVS
http://cvs.php.net/viewvc.cgi/pear-core/tests/PEAR_Command_Config/config-create/test.phpt?r1=1.12&r2=1.13&diff_format=u
Index: pear-core/tests/PEAR_Command_Config/config-create/test.phpt
diff -u pear-core/tests/PEAR_Command_Config/config-create/test.phpt:1.12
pear-core/tests/PEAR_Command_Config/config-create/test.phpt:1.13
--- pear-core/tests/PEAR_Command_Config/config-create/test.phpt:1.12 Sat Feb
17 05:39:35 2007
+++ pear-core/tests/PEAR_Command_Config/config-create/test.phpt Tue Jun 19
04:26:16 2007
@@ -115,7 +115,7 @@
array (
0 => 'PEAR Installer download directory',
1 => 'download_dir',
- 2 => NULL,
+ 2 => $temp_path2 . '/nomake/pear/temp',
),
3 =>
array (
@@ -133,7 +133,7 @@
array (
0 => 'PEAR Installer temp directory',
1 => 'temp_dir',
- 2 => NULL,
+ 2 => $temp_path2 . '/nomake/pear/data',
),
6 =>
array (
@@ -246,6 +246,8 @@
'test_dir' => $temp_path2 . '/nomake/pear/tests',
'cache_dir' => $temp_path2 . '/nomake/pear/cache',
'bin_dir' => $temp_path2 . '/nomake/pear',
+ 'download_dir' => $temp_path2 . '/nomake/pear/temp',
+ 'temp_dir' => $temp_path2 . '/nomake/pear/temp',
), $contents, 'ok');
echo 'tests done';
?>
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|