Mercurial > prosody-modules
comparison mod_lib_ldap/dev/t/00-login.t @ 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 | 1d51c5e38faa |
children | a93cb608db2c |
comparison
equal
deleted
inserted
replaced
865:236ac7175610 | 866:8495dae58d78 |
---|---|
9 'one', | 9 'one', |
10 'two', | 10 'two', |
11 'three', | 11 'three', |
12 'four', | 12 'four', |
13 'five', | 13 'five', |
14 'six', | |
14 ); | 15 ); |
15 | 16 |
16 plan tests => scalar(@users) + 2; | 17 plan tests => scalar(@users) + 2; |
17 | 18 |
18 foreach my $username (@users) { | 19 foreach my $username (@users) { |