From: Peter Rabbitson <ribasushi@cpan.org>
Date: Mon, 12 Apr 2010 07:10:38 +0000 (+0000)
Subject: Pesky tabs
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73d6cd33c29eb4d8e9d5d51a5959a7a5cbc158d3;p=dbsrgits%2FDBIx-Class-Historic.git

Pesky tabs
---

diff --git a/t/73oracle.t b/t/73oracle.t
index ca55487..5dd60d7 100644
--- a/t/73oracle.t
+++ b/t/73oracle.t
@@ -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";