Version 1.017
[catagits/Catalyst-Authentication-Store-LDAP.git] / t / 50.auth.case.sensitivity.t
index ca3cbd7..8cbaba3 100644 (file)
@@ -2,9 +2,8 @@
 # vim: ts=8 sts=4 et sw=4 sr sta
 use strict;
 use warnings;
-use Catalyst::Exception;
 
-use Test::More tests => 4;
+use Test::More;
 
 use lib 't/lib';
 use LDAPTest;
@@ -35,3 +34,4 @@ isa_ok( $back, "Catalyst::Authentication::Store::LDAP::Backend" );
 ok( my $user_mixed = $back->find_user( { username => 'SOmeBOdy' } ), "find_user (mixed case)" );
 isa_ok( $user_mixed, "Catalyst::Authentication::Store::LDAP::User" );
 
+done_testing;