From 86953ab0f5b0b51122bf41a73a6fbd1129a8feec Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Tue, 1 Jun 2004 13:11:15 +0000 Subject: [PATCH] fix unit tests for 1.4.0dev4 --- pear/tests/pear_dependency_checkPackageUninstall.phpt | 6 +++--- pear/tests/pear_downloader_invalid.phpt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pear/tests/pear_dependency_checkPackageUninstall.phpt b/pear/tests/pear_dependency_checkPackageUninstall.phpt index 890f55b289..b93a2ea1db 100644 --- a/pear/tests/pear_dependency_checkPackageUninstall.phpt +++ b/pear/tests/pear_dependency_checkPackageUninstall.phpt @@ -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 diff --git a/pear/tests/pear_downloader_invalid.phpt b/pear/tests/pear_downloader_invalid.phpt index c571708432..c6a3b3cec6 100644 --- a/pear/tests/pear_downloader_invalid.phpt +++ b/pear/tests/pear_downloader_invalid.phpt @@ -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) { } -- 2.50.1