X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frun%2F11mysql.tl;h=234474fce338d708182598e634508c69c585c0f7;hb=c5e2c4626a7bea2743586ae3bbc78578627e8816;hp=2411b9672302121581d95bea45b9835a3a5dfa35;hpb=103e3e038c76f0665051b5f9aeabee2e888c8a15;p=dbsrgits%2FDBIx-Class.git diff --git a/t/run/11mysql.tl b/t/run/11mysql.tl index 2411b96..234474f 100644 --- a/t/run/11mysql.tl +++ b/t/run/11mysql.tl @@ -20,7 +20,7 @@ $dbh->do("CREATE TABLE artist (artistid INTEGER NOT NULL AUTO_INCREMENT PRIMARY #'dbi:mysql:host=localhost;database=dbic_test', 'dbic_test', ''); -MySQLTest::Artist->load_components('PK::Auto::MySQL'); +MySQLTest::Artist->load_components('PK::Auto'); # test primary key handling my $new = MySQLTest::Artist->create({ name => 'foo' });