summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-05-19 08:45:46 +0000
committerMarcus Boerger <helly@php.net>2004-05-19 08:45:46 +0000
commitd94136fc3098e73ec46c6fb40358a5fbefced82f (patch)
tree5123ef2a407e6a7068624c280e5dcdda31ff670e /pear
parentbd29f379e748ec0060d47c6d479e51e1445d9ae8 (diff)
downloadphp-git-d94136fc3098e73ec46c6fb40358a5fbefced82f.tar.gz
- Remove unused blocks
Diffstat (limited to 'pear')
-rw-r--r--pear/tests/pear1.phpt2
-rw-r--r--pear/tests/pear2.phpt2
-rw-r--r--pear/tests/pear_common_analyzeSC.phpt2
-rw-r--r--pear/tests/pear_common_buildProvidesArray.phpt2
-rw-r--r--pear/tests/pear_common_downloadHttp.phpt2
-rw-r--r--pear/tests/pear_common_infoFromString.phpt2
-rw-r--r--pear/tests/pear_common_sortPkgDeps.phpt2
-rw-r--r--pear/tests/pear_common_validPackageVersion.phpt2
-rw-r--r--pear/tests/pear_dependency_checkExtension.phpt2
-rw-r--r--pear/tests/pear_dependency_checkPackage.phpt2
-rw-r--r--pear/tests/pear_dependency_checkPackageUninstall.phpt2
-rw-r--r--pear/tests/pear_downloader_invalid.phpt2
-rw-r--r--pear/tests/pear_downloader_new.phpt2
-rw-r--r--pear/tests/pear_downloader_old.phpt2
-rw-r--r--pear/tests/pear_error.phpt2
-rw-r--r--pear/tests/pear_error2.phpt2
-rw-r--r--pear/tests/pear_installer1.phpt2
-rw-r--r--pear/tests/pear_installer2.phpt2
-rw-r--r--pear/tests/pear_installer3.phpt2
-rw-r--r--pear/tests/pear_installer4.phpt2
-rw-r--r--pear/tests/pear_installer5.phpt2
-rw-r--r--pear/tests/pear_packager.phpt2
22 files changed, 0 insertions, 44 deletions
diff --git a/pear/tests/pear1.phpt b/pear/tests/pear1.phpt
index 400a97ebd7..f65d6a4f19 100644
--- a/pear/tests/pear1.phpt
+++ b/pear/tests/pear1.phpt
@@ -69,8 +69,6 @@ print "script exiting...\n";
print "..\n";
?>
---GET--
---POST--
--EXPECT--
testing plain destructors
PEAR constructor called, class=testpear
diff --git a/pear/tests/pear2.phpt b/pear/tests/pear2.phpt
index a0174a1963..ccf8864ef2 100644
--- a/pear/tests/pear2.phpt
+++ b/pear/tests/pear2.phpt
@@ -272,8 +272,6 @@ $obj->doPopErrorHandling();
$obj->doPopErrorHandling();
?>
---GET--
---POST--
--EXPECT--
testing static error-handling global code
echoing PEAR error-handling Variables:
diff --git a/pear/tests/pear_common_analyzeSC.phpt b/pear/tests/pear_common_analyzeSC.phpt
index 9bb689854e..0c15a66c8d 100644
--- a/pear/tests/pear_common_analyzeSC.phpt
+++ b/pear/tests/pear_common_analyzeSC.phpt
@@ -114,8 +114,6 @@ unlink($testdir . DIRECTORY_SEPARATOR . 'test5.php');
rmdir($testdir);
?>
---GET--
---POST--
--EXPECT--
first test: returns false with non-existing filename? yes
second test: returns false with invalid PHP? yes
diff --git a/pear/tests/pear_common_buildProvidesArray.phpt b/pear/tests/pear_common_buildProvidesArray.phpt
index b98208307a..574ed4465c 100644
--- a/pear/tests/pear_common_buildProvidesArray.phpt
+++ b/pear/tests/pear_common_buildProvidesArray.phpt
@@ -62,8 +62,6 @@ $common->buildProvidesArray($ret);
var_dump($common->pkginfo);
rmdir($testdir);
?>
---GET--
---POST--
--EXPECT--
pre-test: returns false with valid PHP? no
array(6) {
diff --git a/pear/tests/pear_common_downloadHttp.phpt b/pear/tests/pear_common_downloadHttp.phpt
index b11d904191..86f7cc2bf9 100644
--- a/pear/tests/pear_common_downloadHttp.phpt
+++ b/pear/tests/pear_common_downloadHttp.phpt
@@ -103,8 +103,6 @@ function cleanall($dir)
rmdir($dir);
}
?>
---GET--
---POST--
--EXPECT--
Test static:
Simple: passed
diff --git a/pear/tests/pear_common_infoFromString.phpt b/pear/tests/pear_common_infoFromString.phpt
index fa45390afb..f3d40464c6 100644
--- a/pear/tests/pear_common_infoFromString.phpt
+++ b/pear/tests/pear_common_infoFromString.phpt
@@ -433,8 +433,6 @@ maintainers and configure options
var_dump($ret);
?>
---GET--
---POST--
--EXPECT--
Test invalid XML
Caught error: XML error: not well-formed (invalid token) at line 1
diff --git a/pear/tests/pear_common_sortPkgDeps.phpt b/pear/tests/pear_common_sortPkgDeps.phpt
index e05cbc6a0a..5097888ee4 100644
--- a/pear/tests/pear_common_sortPkgDeps.phpt
+++ b/pear/tests/pear_common_sortPkgDeps.phpt
@@ -52,8 +52,6 @@ function dumpPacks($p)
echo ")\n";
}
?>
---GET--
---POST--
--EXPECT--
Test Install Sort:
Packages(
diff --git a/pear/tests/pear_common_validPackageVersion.phpt b/pear/tests/pear_common_validPackageVersion.phpt
index a23477a2b2..c177bb202a 100644
--- a/pear/tests/pear_common_validPackageVersion.phpt
+++ b/pear/tests/pear_common_validPackageVersion.phpt
@@ -64,8 +64,6 @@ $a = '1.1alpha.4';
echo "$a ";
echo (PEAR_Common::validPackageVersion($a)) ? "valid\n" : "invalid\n";
?>
---GET--
---POST--
--EXPECT--
==Valid Tests==
1 valid
diff --git a/pear/tests/pear_dependency_checkExtension.phpt b/pear/tests/pear_dependency_checkExtension.phpt
index 37d808e9e4..89666a8337 100644
--- a/pear/tests/pear_dependency_checkExtension.phpt
+++ b/pear/tests/pear_dependency_checkExtension.phpt
@@ -227,8 +227,6 @@ function cleanall()
}
?>
---GET--
---POST--
--EXPECT--
extension 1 ok? yes
no error
diff --git a/pear/tests/pear_dependency_checkPackage.phpt b/pear/tests/pear_dependency_checkPackage.phpt
index 1bb2120455..283526756e 100644
--- a/pear/tests/pear_dependency_checkPackage.phpt
+++ b/pear/tests/pear_dependency_checkPackage.phpt
@@ -206,8 +206,6 @@ function cleanall()
}
?>
---GET--
---POST--
--EXPECT--
has works? yes
no error
diff --git a/pear/tests/pear_dependency_checkPackageUninstall.phpt b/pear/tests/pear_dependency_checkPackageUninstall.phpt
index 0206733a1f..890f55b289 100644
--- a/pear/tests/pear_dependency_checkPackageUninstall.phpt
+++ b/pear/tests/pear_dependency_checkPackageUninstall.phpt
@@ -155,8 +155,6 @@ function cleanall()
}
?>
---GET--
---POST--
--EXPECT--
uninstall ok? yes
diff --git a/pear/tests/pear_downloader_invalid.phpt b/pear/tests/pear_downloader_invalid.phpt
index 04e41c01a9..3dc7b51764 100644
--- a/pear/tests/pear_downloader_invalid.phpt
+++ b/pear/tests/pear_downloader_invalid.phpt
@@ -253,8 +253,6 @@ function cleanall($dir)
rmdir($dir);
}
?>
---GET--
---POST--
--EXPECT--
-=-=-=-=-=-=-=-=- Failure Tests -=-=-=-=-=-=-=-=-=-=-
Test invalid package name:
diff --git a/pear/tests/pear_downloader_new.phpt b/pear/tests/pear_downloader_new.phpt
index 4d6e8c78f5..8913f14ceb 100644
--- a/pear/tests/pear_downloader_new.phpt
+++ b/pear/tests/pear_downloader_new.phpt
@@ -301,8 +301,6 @@ function cleanall($dir)
rmdir($dir);
}
?>
---GET--
---POST--
--EXPECT--
Test simple direct url download:
NULL
diff --git a/pear/tests/pear_downloader_old.phpt b/pear/tests/pear_downloader_old.phpt
index 381dfca9da..d682213c19 100644
--- a/pear/tests/pear_downloader_old.phpt
+++ b/pear/tests/pear_downloader_old.phpt
@@ -315,8 +315,6 @@ function cleanall($dir)
rmdir($dir);
}
?>
---GET--
---POST--
--EXPECT--
Test simple direct url download:
Warning: PEAR Warning: PEAR_Installer::download() is deprecated in favor of PEAR_Downloader class
diff --git a/pear/tests/pear_error.phpt b/pear/tests/pear_error.phpt
index e65cd562ce..5b3efaec38 100644
--- a/pear/tests/pear_error.phpt
+++ b/pear/tests/pear_error.phpt
@@ -128,8 +128,6 @@ $err = new PEAR_Error("test error", -42, PEAR_ERROR_TRIGGER, E_USER_ERROR);
print $err->toString() . "\n";
?>
---GET--
---POST--
--EXPECT--
specify error class: [foo_error: message="test error" code=0 mode=return level=notice prefix="Foo_Error prefix" info=""]
default PEAR_Error: [pear_error: message="unknown error" code=0 mode=return level=notice prefix="" info=""]
diff --git a/pear/tests/pear_error2.phpt b/pear/tests/pear_error2.phpt
index 17d3208f7c..aca029b47d 100644
--- a/pear/tests/pear_error2.phpt
+++ b/pear/tests/pear_error2.phpt
@@ -23,7 +23,5 @@ $err = new PEAR_Error("test error!!\n", -42, PEAR_ERROR_DIE);
print $err->toString() . "\n";
?>
---GET--
---POST--
--EXPECT--
mode=die: test error!!
diff --git a/pear/tests/pear_installer1.phpt b/pear/tests/pear_installer1.phpt
index 90c710cba7..49dd67ab73 100644
--- a/pear/tests/pear_installer1.phpt
+++ b/pear/tests/pear_installer1.phpt
@@ -78,8 +78,6 @@ var_dump($res);
unlink($temp_path . DIRECTORY_SEPARATOR . 'user.conf');
rmdir($temp_path);
?>
---GET--
---POST--
--EXPECT--
test extractDownloadFileName:
existing file: yes
diff --git a/pear/tests/pear_installer2.phpt b/pear/tests/pear_installer2.phpt
index daee603cdd..b834de808a 100644
--- a/pear/tests/pear_installer2.phpt
+++ b/pear/tests/pear_installer2.phpt
@@ -326,8 +326,6 @@ rmdir($temp_path . DIRECTORY_SEPARATOR . 'tmp');
rmdir($temp_path . DIRECTORY_SEPARATOR . 'bin');
rmdir($temp_path);
?>
---GET--
---POST--
--EXPECT--
test _installFile():
install as role="php":
diff --git a/pear/tests/pear_installer3.phpt b/pear/tests/pear_installer3.phpt
index d40f1fdd14..f997ab7e4d 100644
--- a/pear/tests/pear_installer3.phpt
+++ b/pear/tests/pear_installer3.phpt
@@ -335,8 +335,6 @@ rmdir($temp_path . DIRECTORY_SEPARATOR . 'tmp');
rmdir($temp_path . DIRECTORY_SEPARATOR . 'bin');
rmdir($temp_path);
?>
---GET--
---POST--
--EXPECT--
test addFileOperation():
invalid input to addFileOperation():
diff --git a/pear/tests/pear_installer4.phpt b/pear/tests/pear_installer4.phpt
index c9af6c43b0..c82d5d2e13 100644
--- a/pear/tests/pear_installer4.phpt
+++ b/pear/tests/pear_installer4.phpt
@@ -207,8 +207,6 @@ function cleanall($dir)
rmdir($dir);
}
?>
---GET--
---POST--
--EXPECT--
Test package.xml direct install:
array(1) {
diff --git a/pear/tests/pear_installer5.phpt b/pear/tests/pear_installer5.phpt
index 77415b9641..2996e2e6bf 100644
--- a/pear/tests/pear_installer5.phpt
+++ b/pear/tests/pear_installer5.phpt
@@ -187,8 +187,6 @@ function cleanall($dir)
rmdir($dir);
}
?>
---GET--
---POST--
--EXPECT--
array(2) {
[0]=>
diff --git a/pear/tests/pear_packager.phpt b/pear/tests/pear_packager.phpt
index 5b504da118..40daec7b2a 100644
--- a/pear/tests/pear_packager.phpt
+++ b/pear/tests/pear_packager.phpt
@@ -152,8 +152,6 @@ function cleanall($dir)
rmdir($dir);
}
?>
---GET--
---POST--
--EXPECT--
Analyzing multiplepackages/pkg1file.php
Analyzing pkg1/randomfile.php