Fixed the Positional test to use the new test calss name.
Aran Deltac [Fri, 24 Mar 2006 23:53:44 +0000 (23:53 +0000)]
t/run/26positional.tl

index 6d179b7..268f5a6 100644 (file)
@@ -5,7 +5,7 @@ sub run_tests {
     plan tests => 321;
     my $schema = shift;
 
-    my $employees = $schema->resultset('Employee::Positional');
+    my $employees = $schema->resultset('Employee');
     $employees->delete();
 
     foreach (1..5) {
@@ -16,7 +16,7 @@ sub run_tests {
 
     hammer_rs( $employees );
 
-    DBICTest::Employee::Positional->collection_column('group_id');
+    DBICTest::Employee->collection_column('group_id');
     $employees->delete();
     foreach my $group_id (1..3) {
         foreach (1..6) {