Pesky tabs
Peter Rabbitson [Mon, 12 Apr 2010 07:10:38 +0000 (07:10 +0000)]
t/73oracle.t

index ca55487..5dd60d7 100644 (file)
@@ -632,7 +632,7 @@ if ( $schema->storage->isa('DBIx::Class::Storage::DBI::Oracle::Generic') ) {
         connect_by => { parentid => { -prior => \ 'artistid' } },
       });
       eval { $rs->get_column ('name')->all };
-      if ( $@ =~ /ORA-01436/ ){ # ORA-01436:   CONNECT BY loop in user data
+      if ( $@ =~ /ORA-01436/ ){ # ORA-01436:  CONNECT BY loop in user data
         pass "connect by initify loop detection without nocycle";
       }else{
         fail "connect by initify loop detection without nocycle, not detected by oracle";