[Catalyst-commits] r7605 - in
Catalyst-Authentication-Store-LDAP/trunk: . t
karpet at dev.catalyst.perl.org
karpet at dev.catalyst.perl.org
Thu Apr 10 02:54:18 BST 2008
Author: karpet
Date: 2008-04-10 02:54:18 +0100 (Thu, 10 Apr 2008)
New Revision: 7605
Modified:
Catalyst-Authentication-Store-LDAP/trunk/TODO
Catalyst-Authentication-Store-LDAP/trunk/t/03-entry_class.t
Log:
fix rt #34777
Modified: Catalyst-Authentication-Store-LDAP/trunk/TODO
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/TODO 2008-04-09 18:10:49 UTC (rev 7604)
+++ Catalyst-Authentication-Store-LDAP/trunk/TODO 2008-04-10 01:54:18 UTC (rev 7605)
@@ -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.
Modified: Catalyst-Authentication-Store-LDAP/trunk/t/03-entry_class.t
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/t/03-entry_class.t 2008-04-09 18:10:49 UTC (rev 7604)
+++ Catalyst-Authentication-Store-LDAP/trunk/t/03-entry_class.t 2008-04-10 01:54:18 UTC (rev 7605)
@@ -7,7 +7,6 @@
use Test::More tests => 6;
use lib 't/lib';
use LDAPTest;
-my $server = LDAPTest::spawn_server();
SKIP: {
@@ -16,6 +15,8 @@
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(
More information about the Catalyst-commits
mailing list