From: Rafael Kitover Date: Tue, 23 Feb 2010 18:09:56 +0000 (-0500) Subject: change sqlite is_nullable test to hopefully fail on the right config X-Git-Tag: 0.06000~84 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a6dfbc99f06339eb63dad9dd1d1f75356f3b297;p=dbsrgits%2FDBIx-Class-Schema-Loader.git change sqlite is_nullable test to hopefully fail on the right config --- diff --git a/t/10sqlite_common.t b/t/10sqlite_common.t index c80ff53..7feba6e 100644 --- a/t/10sqlite_common.t +++ b/t/10sqlite_common.t @@ -18,7 +18,7 @@ my $tester = dbixcsl_common_tests->new( q{ CREATE TABLE "extra_loader_test1" ( "id" NOT NULL PRIMARY KEY, - "value" VARCHAR(100) NOT NULL + "value" TEXT UNIQUE NOT NULL ) }, q{