cellog Sun Feb 27 22:24:04 2005 EDT
Modified files:
/pear-core/tests/PEAR_PackageFile_Generator_v1/toV2
test_multipledeps.phpt
Log:
Update test to current behavior
http://cvs.php.net/diff.php/pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_multipledeps.phpt?r1=1.4&r2=1.5&ty=u
Index: pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_multipledeps.phpt
diff -u
pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_multipledeps.phpt:1.4
pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_multipledeps.phpt:1.5
---
pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_multipledeps.phpt:1.4
Tue Nov 30 18:56:46 2004
+++ pear-core/tests/PEAR_PackageFile_Generator_v1/toV2/test_multipledeps.phpt
Sun Feb 27 22:24:04 2005
@@ -46,7 +46,7 @@
<release>alpha</release>
<api>alpha</api>
</stability>
- <license uri="http://www.php.net/license/3_0.txt">PHP License</license>
+ <license uri="http://www.php.net/license">PHP License</license>
<notes>here are the
multi-line
release notes
@@ -71,7 +71,7 @@
<exclude>6.0.0</exclude>
</php>
<pearinstaller>
- <min>' . $generator->getPackagerVersion() . '</min>
+ <min>1.4.0a1</min>
</pearinstaller>
<package>
<name>xmlrpc1</name>
@@ -191,7 +191,7 @@
<api>stable</api>
</stability>
<date>2004-10-28</date>
- <license uri="http://www.php.net/license/3_0.txt">PHP License</license>
+ <license uri="http://www.php.net/license">PHP License</license>
<notes>Installer:
* fix Bug #1186 raise a notice error on PEAR::Common $_packageName
* fix Bug #1249 display the right state when using --force option
@@ -219,7 +219,7 @@
<api>stable</api>
</stability>
<date>2004-10-28</date>
- <license uri="http://www.php.net/license/3_0.txt">PHP License</license>
+ <license uri="http://www.php.net/license">PHP License</license>
<notes>Installer:
* fix Bug #1186 raise a notice error on PEAR::Common $_packageName
* fix Bug #1249 display the right state when using --force option
@@ -238,7 +238,8 @@
</notes>
</release>
</changelog>
-</package>', $xml, 'xml');
+</package>
+', $xml, 'xml');
echo 'tests done';
?>
--EXPECT--
|