[Bast-commits] r7675 - DBIx-Class/0.08/branches/sybase/t
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Fri Sep 18 02:22:39 GMT 2009
Author: caelum
Date: 2009-09-18 02:22:38 +0000 (Fri, 18 Sep 2009)
New Revision: 7675
Modified:
DBIx-Class/0.08/branches/sybase/t/746sybase.t
Log:
column no longer necessary in test
Modified: DBIx-Class/0.08/branches/sybase/t/746sybase.t
===================================================================
--- DBIx-Class/0.08/branches/sybase/t/746sybase.t 2009-09-18 02:15:55 UTC (rev 7674)
+++ DBIx-Class/0.08/branches/sybase/t/746sybase.t 2009-09-18 02:22:38 UTC (rev 7675)
@@ -5,14 +5,6 @@
use Test::More;
use Test::Exception;
use lib qw(t/lib);
-
-BEGIN {
- require DBICTest::Schema::BindType;
- DBICTest::Schema::BindType->add_column(
- anint => { data_type => 'integer' }
- );
-}
-
use DBICTest;
require DBIx::Class::Storage::DBI::Sybase;
@@ -303,8 +295,7 @@
id INT IDENTITY PRIMARY KEY,
bytea INT NULL,
blob IMAGE NULL,
- clob TEXT NULL,
- anint INT NULL
+ clob TEXT NULL
)
],{ RaiseError => 1, PrintError => 0 });
}
More information about the Bast-commits
mailing list