Actually updated the changes file! lookitme, andyg!
[dbsrgits/DBIx-Class.git] / t / cdbi-t / 21-iterator.t
index 7a88f43..2f34c11 100644 (file)
@@ -9,7 +9,7 @@ BEGIN {
 use lib 't/testlib';
 use Film;
 
-my $it_class = "DBIx::Class::Cursor";
+my $it_class = "DBIx::Class::ResultSet";
 
 my @film  = (
        Film->create({ Title => 'Film 1' }),
@@ -45,7 +45,7 @@ my @film  = (
 }
 
 SKIP: {
-  skip "Iterator doesn't yet have slice support", 19;
+  #skip "Iterator doesn't yet have slice support", 19;
 
 {
        my $it = Film->retrieve_all;