X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F751msaccess.t;h=8ea0e2a07e48d6957693f5f38161412787b38b31;hb=74b5397c;hp=cadf140d694cebda134ee03d33d032a740b435da;hpb=3f6a394fe6ffd511796085e22d2651ef04ea70ef;p=dbsrgits%2FDBIx-Class.git diff --git a/t/751msaccess.t b/t/751msaccess.t index cadf140..8ea0e2a 100644 --- a/t/751msaccess.t +++ b/t/751msaccess.t @@ -288,7 +288,9 @@ EOF id INT NOT NULL PRIMARY KEY, bytea INT NULL, blob IMAGE NULL, + blob2 IMAGE NULL, clob TEXT NULL, + clob2 TEXT NULL, a_memo MEMO NULL ) ],{ RaiseError => 1, PrintError => 1 });