summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2004-06-01 13:11:15 +0000
committerGreg Beaver <cellog@php.net>2004-06-01 13:11:15 +0000
commit86953ab0f5b0b51122bf41a73a6fbd1129a8feec (patch)
treecc9c199a4e5a25e7e715178923ce5b219088bd02 /pear
parent0ede231c761a7a9369aee2e0c8dff8f0c5a49e0d (diff)
downloadphp-git-86953ab0f5b0b51122bf41a73a6fbd1129a8feec.tar.gz
fix unit tests for 1.4.0dev4
Diffstat (limited to 'pear')
-rw-r--r--pear/tests/pear_dependency_checkPackageUninstall.phpt6
-rw-r--r--pear/tests/pear_downloader_invalid.phpt4
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) {
}