aboutsummaryrefslogtreecommitdiff
path: root/test/tc_mauve_authentication.rb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-04-25 17:15:49 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-04-25 17:15:49 +0100
commite959c0fe4c887154bbe28c31324fef2975cbe467 (patch)
tree3088c7a1f389944d613e57b551b452f7ec83181d /test/tc_mauve_authentication.rb
parent5fff12fc11cb8b02a44fd40ed78fa9d196f269d7 (diff)
Big update.
* Max acknowledgement time is now specified in the config * Calendar interface improved. * holiday_url no longer used -- replaced by notify_when_on_holiday! * added notify_when_off_sick! * Added ability for the calendar to be queried for a list of bank holdays. * Added ability for Time to be given a list of bank holidays to check against. * PeopleLists can now be a Proc, allowing downloading of lists * Person is no longer a struct * Moved the method_missing bit into ObjectBuilder from various sub classes. * Added tests for the calendar interface * Updated tests in other bits.
Diffstat (limited to 'test/tc_mauve_authentication.rb')
-rw-r--r--test/tc_mauve_authentication.rb18
1 files changed, 5 insertions, 13 deletions
diff --git a/test/tc_mauve_authentication.rb b/test/tc_mauve_authentication.rb
index d0f2d4f..c364aca 100644
--- a/test/tc_mauve_authentication.rb
+++ b/test/tc_mauve_authentication.rb
@@ -26,9 +26,7 @@ class TcMauveAuthentication < Mauve::UnitTest
def test_default_auth_always_fails
config=<<EOF
-server {
- failed_login_delay 0
-}
+failed_login_delay 0
EOF
Configuration.current = ConfigurationBuilder.parse(config)
@@ -43,9 +41,7 @@ EOF
def test_local_auth
config=<<EOF
-server {
- failed_login_delay 0
-}
+failed_login_delay 0
person ("test") {
password "#{Digest::SHA1.new.hexdigest("password")}"
@@ -70,9 +66,7 @@ EOF
def test_local_auth
config=<<EOF
-server {
- failed_login_delay 0
-}
+failed_login_delay 0
person ("nopass") { }
@@ -97,10 +91,8 @@ EOF
# test2: POKvBqLT7
#
config=<<EOF
-server {
- failed_login_delay 0
- bytemark_auth_url "https://auth.bytemark.co.uk/"
-}
+failed_login_delay 0
+bytemark_auth_url "https://auth.bytemark.co.uk/"
person ("test1") { }