cellog Sun Sep 25 15:43:08 2005 EDT
Modified files:
/pear-core/tests/PEAR_Command_Install/uninstall
test_uninstallSOAP.phpt
Log:
fix test to match cvs
http://cvs.php.net/diff.php/pear-core/tests/PEAR_Command_Install/uninstall/test_uninstallSOAP.phpt?r1=1.3&r2=1.4&ty=u
Index: pear-core/tests/PEAR_Command_Install/uninstall/test_uninstallSOAP.phpt
diff -u
pear-core/tests/PEAR_Command_Install/uninstall/test_uninstallSOAP.phpt:1.3
pear-core/tests/PEAR_Command_Install/uninstall/test_uninstallSOAP.phpt:1.4
--- pear-core/tests/PEAR_Command_Install/uninstall/test_uninstallSOAP.phpt:1.3
Wed May 11 15:39:14 2005
+++ pear-core/tests/PEAR_Command_Install/uninstall/test_uninstallSOAP.phpt
Sun Sep 25 15:43:08 2005
@@ -765,9 +765,7 @@
$_test_dep->setPHPVersion('4.3.10');
$_test_dep->setExtensions(array('pcre' => '1.0'));
$command->run('install', array(), $packages);
-$phpunit->assertErrors(array(
- array('package' => 'PEAR_PackageFile_v1', 'message' => 'Package.xml
contains non-ISO-8859-1 characters, and may not validate'),
-), 'after install');
+$phpunit->assertNoErrors('after install');
$fakelog->getLog();
$paramnames = array('Mail_Mime', 'SOAP', 'Net_DIME', 'HTTP_Request',
'Net_URL', 'Net_Socket');
$command->run('uninstall', array(), $paramnames);
|