X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F10-roles-mock.t;h=d4a4a4310889a798ea0200c9958b7bf932d844a6;hb=5a9aba6e13855eefe942190745802604cf8b72b0;hp=49a7d180bb814a0d935df1072188786b5483b0e8;hpb=18d41a8f2fa6fcc3957535176d9cbc4715bd3f84;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/t/10-roles-mock.t b/t/10-roles-mock.t index 49a7d18..d4a4a43 100644 --- a/t/10-roles-mock.t +++ b/t/10-roles-mock.t @@ -104,7 +104,12 @@ is_deeply(\@binds, [ 'ou=foobar', 'password', 'password' - ], # Rebind to confirm user _and_ lookup roles; + ], # Rebind to confirm user + [ + 'ou=foobar', + 'password', + 'password' + ], # Rebind with user credentials to find roles [ undef ], # Second user search ], 'Binds as expected');