]> granicus.if.org Git - php/commitdiff
fix unit tests for 1.4.0dev4
authorGreg Beaver <cellog@php.net>
Tue, 1 Jun 2004 13:11:15 +0000 (13:11 +0000)
committerGreg Beaver <cellog@php.net>
Tue, 1 Jun 2004 13:11:15 +0000 (13:11 +0000)
pear/tests/pear_dependency_checkPackageUninstall.phpt
pear/tests/pear_downloader_invalid.phpt

index 890f55b289d2a79d9f76586c43d7300914be5ceb..b93a2ea1dbc4227a3362276fd082ad7c556b1382 100644 (file)
@@ -163,14 +163,14 @@ uninstall ok? yes
 
 
 uninstall ok? no
-Package 'pkg1' depends on 'pkg2'
+Package 'pear::pkg1' depends on 'pear::pkg2'
 
 
 uninstall ok? no
-Package 'pkg1' depends on 'pkg2'
+Package 'pear::pkg1' depends on 'pear::pkg2'
 
 
 uninstall ok? yes
 
 
-Warning: Package 'pkg1' optionally depends on 'pkg2'
\ No newline at end of file
+Warning: Package 'pear::pkg1' optionally depends on 'pear::pkg2'
\ No newline at end of file
index c571708432d0baa4dadeb5f61d41313a0ed052f2..c6a3b3cec6001e24c3e854a2f46f4977e029fc92 100644 (file)
@@ -270,7 +270,7 @@ function cleanall($dir)
 --EXPECT--
 -=-=-=-=-=-=-=-=- Failure Tests -=-=-=-=-=-=-=-=-=-=-
 Test invalid package name:
-Caught error: Package name '/invalid+packagename' not valid
+Caught error: Package name '/invalid+packagename' not valid for channel 'pear'
 string(10) "pear_error"
 array(0) {
 }
@@ -305,7 +305,7 @@ array(0) {
 array(0) {
 }
 Test automatic version resolution (stable):
-Caught error: No release with state equal to: 'stable' found for 'pear::stabilitytoolow'
+Caught error: pear::stabilitytoolow is state 'devel' which is less stable than state 'stable', use --force to install
 string(10) "pear_error"
 array(0) {
 }