X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F71mysql.t;h=66ebfd231152b2dd3a52afa9743c53904a0811f9;hp=01c32d809edec05ad098eb69ce2ff3b0599c2de7;hb=3f5b99fea8b445c7a61057f4210a715ffb8e677e;hpb=f3e9f0106fd3a446938e1a981704278922fcab2d diff --git a/t/71mysql.t b/t/71mysql.t index 01c32d8..66ebfd2 100644 --- a/t/71mysql.t +++ b/t/71mysql.t @@ -263,7 +263,6 @@ NULLINSEARCH: { my $ansi_schema = DBICTest::Schema->connect ($dsn, $user, $pass, { on_connect_call => 'set_strict_mode', quote_char => '`', - name_sep => '.' }); my $rs = $ansi_schema->resultset('CD');