test suite added, partly lifted from DBIx::Class
authorLuke Saunders <luke.saunders@gmail.com>
Wed, 30 Jan 2008 23:05:04 +0000 (23:05 +0000)
committerLuke Saunders <luke.saunders@gmail.com>
Wed, 30 Jan 2008 23:05:04 +0000 (23:05 +0000)
commitc1a04675b324399531ada15951209b863429c92f
tree734ec2031828d500b1b5e0794d726de670f920af
parente5963c1b96b4fc0b19093fcd0bceec1a73cf8d1d
test suite added, partly lifted from DBIx::Class
12 files changed:
t/02-dump-basic.t [new file with mode: 0644]
t/lib/DBICTest.pm [new file with mode: 0755]
t/lib/DBICTest/Schema.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Artist.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/CD.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/CD_to_Producer.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Producer.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Tag.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Track.pm [new file with mode: 0644]
t/lib/sqlite.sql [new file with mode: 0644]
t/var/configs/sample.json [new file with mode: 0644]
t/var/configs/simple.json [new file with mode: 0644]