Yeah, committing the new tests would help ...
authorMatt S Trout <mst@shadowcat.co.uk>
Sat, 17 Sep 2005 17:15:40 +0000 (17:15 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Sat, 17 Sep 2005 17:15:40 +0000 (17:15 +0000)
commit0567538f9dcf59ff0dcf0fe766815b242115ce20
tree3145f310575737a016bcec0f7c9c7403e59b5ae8
parent22b15c96c84ddc1aeddddac637ca4c59a6465dcf
Yeah, committing the new tests would help ...
56 files changed:
lib/DBIx/Class/Relationship/HasOne.pm
t/basicrels/01core.t [new file with mode: 0644]
t/basicrels/04db.t [new file with mode: 0644]
t/basicrels/05multipk.t [new file with mode: 0644]
t/basicrels/06relationship.t [new file with mode: 0644]
t/basicrels/07pager.t [new file with mode: 0644]
t/basicrels/08inflate.t [new file with mode: 0644]
t/basicrels/08inflate_has_a.t [new file with mode: 0644]
t/basicrels/09update.t [new file with mode: 0644]
t/basicrels/10auto.t [new file with mode: 0644]
t/basicrels/11mysql.t [new file with mode: 0644]
t/basicrels/12pg.t [new file with mode: 0644]
t/basicrels/13oracle.t [new file with mode: 0644]
t/basicrels/14mssql.t [new file with mode: 0644]
t/basicrels/15limit.t [new file with mode: 0644]
t/basicrels/16joins.t [new file with mode: 0644]
t/basicrels/17join_count.t [new file with mode: 0644]
t/basicrels/18self_referencial.t [new file with mode: 0644]
t/helperrels/01core.t [new file with mode: 0644]
t/helperrels/04db.t [new file with mode: 0644]
t/helperrels/05multipk.t [new file with mode: 0644]
t/helperrels/06relationship.t [new file with mode: 0644]
t/helperrels/07pager.t [new file with mode: 0644]
t/helperrels/08inflate.t [new file with mode: 0644]
t/helperrels/08inflate_has_a.t [new file with mode: 0644]
t/helperrels/09update.t [new file with mode: 0644]
t/helperrels/10auto.t [new file with mode: 0644]
t/helperrels/11mysql.t [new file with mode: 0644]
t/helperrels/12pg.t [new file with mode: 0644]
t/helperrels/13oracle.t [new file with mode: 0644]
t/helperrels/14mssql.t [new file with mode: 0644]
t/helperrels/15limit.t [new file with mode: 0644]
t/helperrels/16joins.t [new file with mode: 0644]
t/helperrels/17join_count.t [new file with mode: 0644]
t/helperrels/18self_referencial.t [new file with mode: 0644]
t/lib/DBICTest/BasicRels.pm [new file with mode: 0644]
t/lib/DBICTest/HelperRels.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/BasicRels.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/HelperRels.pm [new file with mode: 0644]
t/run/01core.tl [new file with mode: 0644]
t/run/04db.tl [new file with mode: 0644]
t/run/05multipk.tl [new file with mode: 0644]
t/run/06relationship.tl [new file with mode: 0644]
t/run/07pager.tl [new file with mode: 0644]
t/run/08inflate.tl [new file with mode: 0644]
t/run/08inflate_has_a.tl [new file with mode: 0644]
t/run/09update.tl [new file with mode: 0644]
t/run/10auto.tl [new file with mode: 0644]
t/run/11mysql.tl [new file with mode: 0644]
t/run/12pg.tl [new file with mode: 0644]
t/run/13oracle.tl [new file with mode: 0644]
t/run/14mssql.tl [new file with mode: 0644]
t/run/15limit.tl [new file with mode: 0644]
t/run/16joins.tl [new file with mode: 0644]
t/run/17join_count.tl [new file with mode: 0644]
t/run/18self_referencial.tl [new file with mode: 0644]