summaryrefslogtreecommitdiff
path: root/modules/simpletest/simpletest.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-30 11:41:52 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-30 11:41:52 +0000
commit6b81f43e95bff4bd870dd6bf545118698f746027 (patch)
tree6ad66a9011f77876eb245b2cb2fdbcc90bd3404c /modules/simpletest/simpletest.install
parent949ccddb91397c263a79e8dc144c172baa41452f (diff)
downloadbrdo-6b81f43e95bff4bd870dd6bf545118698f746027.tar.gz
brdo-6b81f43e95bff4bd870dd6bf545118698f746027.tar.bz2
- Patch #669456 by boombatower: added support for more HTTP authentication settings in the tests.
Diffstat (limited to 'modules/simpletest/simpletest.install')
-rw-r--r--modules/simpletest/simpletest.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install
index 68eb57815..0aab17e1c 100644
--- a/modules/simpletest/simpletest.install
+++ b/modules/simpletest/simpletest.install
@@ -13,8 +13,9 @@ function simpletest_uninstall() {
simpletest_clean_environment();
// Remove settings variables.
- variable_del('simpletest_username');
- variable_del('simpletest_password');
+ variable_del('simpletest_httpauth_method');
+ variable_del('simpletest_httpauth_username');
+ variable_del('simpletest_httpauth_password');
variable_del('simpletest_clear_results');
variable_del('simpletest_verbose');