join merging working properly. some torture tests
[dbsrgits/DBIx-Class.git] / t / basicrels / 30join_torture.t
1 use Test::More;
2 use lib qw(t/lib);
3 use DBICTest;
4 use DBICTest::BasicRels;
5
6 require "t/run/30join_torture.tl";
7 run_tests(DBICTest->schema);