Schema support added, DBICTest refactored to use it
[dbsrgits/DBIx-Class.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");