aboutsummaryrefslogtreecommitdiff
path: root/test/th_mauve.rb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-04-21 13:37:12 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-04-21 13:37:12 +0100
commit84b1abf30fe79032209cb0fcd0bfa9d6aaf37721 (patch)
tree403433b040d2b51b5d40c56b10a530e7fcf2aef4 /test/th_mauve.rb
parent392a87cfa181a762bf4b3244aa3c6d065ef15253 (diff)
Overhaul of authentication.
* Added new configuration options: ** bytemark_calendar_url ** bytemark_auth_url ** remote_https_verify_mode ** remote_http_timeout ** failed_login_delay * Added authentication tests * Removed remote auth tests in from the web interface tests. * If no bytemark_auth_url is set, then no remote auth takes place. * SSL peer cert validation now takes place by default. * Removed old logic tests * Tidied the way tests take place a little.
Diffstat (limited to 'test/th_mauve.rb')
-rw-r--r--test/th_mauve.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/th_mauve.rb b/test/th_mauve.rb
index 2b97e64..ce29e11 100644
--- a/test/th_mauve.rb
+++ b/test/th_mauve.rb
@@ -77,6 +77,10 @@ module Mauve
def logger_pop
@outputter.pop
end
+
+ def logger_shift
+ @outputter.shift
+ end
def teardown_logger
logger = Log4r::Logger['Mauve']