logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core /tests/PEAR_Command_Install/upgrade test_bug4060.phpt: msg#00299

Subject: cvs: pear-core /tests/PEAR_Command_Install/upgrade test_bug4060.phpt
cellog          Sun Sep 25 15:42:09 2005 EDT

  Modified files:              
    /pear-core/tests/PEAR_Command_Install/upgrade       test_bug4060.phpt 
  Log:
  fix test to match cvs
  
http://cvs.php.net/diff.php/pear-core/tests/PEAR_Command_Install/upgrade/test_bug4060.phpt?r1=1.6&r2=1.7&ty=u
Index: pear-core/tests/PEAR_Command_Install/upgrade/test_bug4060.phpt
diff -u pear-core/tests/PEAR_Command_Install/upgrade/test_bug4060.phpt:1.6 
pear-core/tests/PEAR_Command_Install/upgrade/test_bug4060.phpt:1.7
--- pear-core/tests/PEAR_Command_Install/upgrade/test_bug4060.phpt:1.6  Wed Sep 
21 01:31:25 2005
+++ pear-core/tests/PEAR_Command_Install/upgrade/test_bug4060.phpt      Sun Sep 
25 15:42:09 2005
@@ -2531,9 +2531,7 @@
   'url' => 'http://pear.php.net/get/Auth-1.3.0r3',
 ));
 $res = $command->run('install', array(), array($p1, $p2));
-$phpunit->assertErrors(array(
-    array('package' => 'PEAR_PackageFile_v1', 'message' => 'Package.xml 
contains non-ISO-8859-1 characters, and may not validate'),
-), 'setup install');
+$phpunit->assertNoErrors('setup install');
 $fakelog->getDownload();
 $fakelog->getLog();
 $config->set('preferred_state', 'alpha');



<Prev in Thread] Current Thread [Next in Thread>