fix rt #34777
Peter Karman [Thu, 10 Apr 2008 01:54:18 +0000 (01:54 +0000)]
TODO
t/03-entry_class.t

diff --git a/TODO b/TODO
index 20aa2c5..bc287f8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,3 +4,7 @@
              different usage patterns.
 
 * Tests - We don't do any but the most cursory of tests
+
+(13:22:23) jayk: karpet: yah. the ability to define the user class to use 
+in config would make the module much more flexible.  
+able to customize without so much hacking around. 
index a944c5c..9e16585 100644 (file)
@@ -7,7 +7,6 @@ use Catalyst::Exception;
 use Test::More tests => 6;
 use lib 't/lib';
 use LDAPTest;
-my $server = LDAPTest::spawn_server();
 
 SKIP: {
 
@@ -16,6 +15,8 @@ SKIP: {
         skip "Catalyst::Model::LDAP not installed", 6;
     }
 
+    my $server = LDAPTest::spawn_server();
+
     use_ok("Catalyst::Authentication::Store::LDAP::Backend");
 
     my $back = Catalyst::Authentication::Store::LDAP::Backend->new(