changeset 866:8495dae58d78

Test login for user 'six' This user appears in a deeper LDAP record
author Rob Hoelz <rob@hoelz.ro>
date Mon, 10 Dec 2012 22:04:53 +0100
parents 236ac7175610
children a93cb608db2c
files mod_lib_ldap/dev/t/00-login.t mod_lib_ldap/dev/t/TestConnection.pm
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_lib_ldap/dev/t/00-login.t	Mon Dec 10 22:04:17 2012 +0100
+++ b/mod_lib_ldap/dev/t/00-login.t	Mon Dec 10 22:04:53 2012 +0100
@@ -11,6 +11,7 @@
     'three',
     'four',
     'five',
+    'six',
 );
 
 plan tests => scalar(@users) + 2;
--- a/mod_lib_ldap/dev/t/TestConnection.pm	Mon Dec 10 22:04:17 2012 +0100
+++ b/mod_lib_ldap/dev/t/TestConnection.pm	Mon Dec 10 22:04:53 2012 +0100
@@ -14,6 +14,7 @@
     three => '34512',
     four  => '45123',
     five  => '51234',
+    six   => '123456',
 );
 
 sub new {