dufuz Sat May 26 00:47:28 2007 UTC
Modified files:
/pear-core/tests/PEAR_Command_Remote/download
test_abstractpackage.phpt
test_url.phpt
Log:
Needs updating since arnauds commit touched the tgz and they got bigger by
the factor of one byte
The abstract test still fails tho, Greg, care to take a look ?
http://cvs.php.net/viewvc.cgi/pear-core/tests/PEAR_Command_Remote/download/test_abstractpackage.phpt?r1=1.5&r2=1.6&diff_format=u
Index: pear-core/tests/PEAR_Command_Remote/download/test_abstractpackage.phpt
diff -u
pear-core/tests/PEAR_Command_Remote/download/test_abstractpackage.phpt:1.5
pear-core/tests/PEAR_Command_Remote/download/test_abstractpackage.phpt:1.6
--- pear-core/tests/PEAR_Command_Remote/download/test_abstractpackage.phpt:1.5
Mon Mar 26 19:36:57 2007
+++ pear-core/tests/PEAR_Command_Remote/download/test_abstractpackage.phpt
Sat May 26 00:47:28 2007
@@ -81,7 +81,7 @@
),
array (
0 => 1,
- 1 => 'Starting to download test-1.0.tgz (785 bytes)',
+ 1 => 'Starting to download test-1.0.tgz (786 bytes)',
),
array (
0 => 1,
@@ -89,7 +89,7 @@
),
array (
0 => 1,
- 1 => '...done: 785 bytes',
+ 1 => '...done: 786 bytes',
),
array (
'info' => 'File ' . $temp_path . DIRECTORY_SEPARATOR . 'bloob' .
@@ -114,18 +114,18 @@
1 =>
array (
0 => 'test-1.0.tgz',
- 1 => '785',
+ 1 => '786',
),
),
3 =>
array (
0 => 'bytesread',
- 1 => 785,
+ 1 => 786,
),
4 =>
array (
0 => 'done',
- 1 => 785,
+ 1 => 786,
),
), $fakelog->getDownload(), 'download log');
@@ -142,11 +142,11 @@
),
array (
0 => 1,
- 1 => 'Starting to download test-1.0.tar (6,656 bytes)',
+ 1 => 'Starting to download test-1.0.tar (6,657 bytes)',
),
array (
0 => 1,
- 1 => '...done: 6,656 bytes',
+ 1 => '...done: 6,657 bytes',
),
array (
'info' => 'File ' . $temp_path . DIRECTORY_SEPARATOR . 'bloob' .
@@ -171,7 +171,7 @@
1 =>
array (
0 => 'test-1.0.tar',
- 1 => '6656',
+ 1 => '6657',
),
),
3 =>
@@ -207,12 +207,12 @@
9 =>
array (
0 => 'bytesread',
- 1 => 6656,
+ 1 => 6657,
),
10 =>
array (
0 => 'done',
- 1 => 6656,
+ 1 => 6657,
),
), $fakelog->getDownload(), 'download --nocompress log');
echo 'tests done';
http://cvs.php.net/viewvc.cgi/pear-core/tests/PEAR_Command_Remote/download/test_url.phpt?r1=1.3&r2=1.4&diff_format=u
Index: pear-core/tests/PEAR_Command_Remote/download/test_url.phpt
diff -u pear-core/tests/PEAR_Command_Remote/download/test_url.phpt:1.3
pear-core/tests/PEAR_Command_Remote/download/test_url.phpt:1.4
--- pear-core/tests/PEAR_Command_Remote/download/test_url.phpt:1.3 Mon Mar
26 19:36:57 2007
+++ pear-core/tests/PEAR_Command_Remote/download/test_url.phpt Sat May 26
00:47:28 2007
@@ -29,7 +29,7 @@
),
array (
0 => 1,
- 1 => 'Starting to download test-1.0.tgz (785 bytes)',
+ 1 => 'Starting to download test-1.0.tgz (786 bytes)',
),
array (
0 => 1,
@@ -37,7 +37,7 @@
),
array (
0 => 1,
- 1 => '...done: 785 bytes',
+ 1 => '...done: 786 bytes',
),
array (
'info' => 'File ' . $temp_path . DIRECTORY_SEPARATOR . 'bloob' .
@@ -63,18 +63,18 @@
1 =>
array (
0 => 'test-1.0.tgz',
- 1 => '785',
+ 1 => '786',
),
),
3 =>
array (
0 => 'bytesread',
- 1 => 785,
+ 1 => 786,
),
4 =>
array (
0 => 'done',
- 1 => 785,
+ 1 => 786,
),
), $fakelog->getDownload(), 'download log');
echo 'tests done';
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|