Added t/09update.t from Alexander Hartmeier and changes to pass it
[dbsrgits/DBIx-Class-Historic.git] / t / 05multipk.t
CommitLineData
6eec7501 1use Test::More;
2
3plan tests => 3;
4
5use lib qw(t/lib);
6
7use_ok('DBICTest');
8
9ok(DBICTest::FourKeys->retrieve(1,2,3,4), "retrieve multiple pks without hash");
10ok(DBICTest::FourKeys->retrieve(5,4,3,6), "retrieve multiple pks without hash");