tests for load_namespaces
authorBrandon L. Black <blblack@gmail.com>
Thu, 27 Jul 2006 05:58:36 +0000 (05:58 +0000)
committerBrandon L. Black <blblack@gmail.com>
Thu, 27 Jul 2006 05:58:36 +0000 (05:58 +0000)
commit44930c3625222731c1a27a4a4d7c666d778eb59b
tree790a0581601651ebe0072c061689f2ed3667fd7f
parent0f4ec1d22602c8d02a21ab3c37c2894ef0af8ec6
tests for load_namespaces
17 files changed:
t/39load_namespaces_four.t [new file with mode: 0644]
t/39load_namespaces_one.t [new file with mode: 0644]
t/39load_namespaces_three.t [new file with mode: 0644]
t/39load_namespaces_two.t [new file with mode: 0644]
t/lib/DBICNSTest/RSBase.pm [new file with mode: 0644]
t/lib/DBICNSTest/RSet/A.pm [new file with mode: 0644]
t/lib/DBICNSTest/RSet/C.pm [new file with mode: 0644]
t/lib/DBICNSTest/RSrc/A.pm [new file with mode: 0644]
t/lib/DBICNSTest/RSrc/B.pm [new file with mode: 0644]
t/lib/DBICNSTest/Res/A.pm [new file with mode: 0644]
t/lib/DBICNSTest/Res/C.pm [new file with mode: 0644]
t/lib/DBICNSTest/Result/A.pm [new file with mode: 0644]
t/lib/DBICNSTest/Result/C.pm [new file with mode: 0644]
t/lib/DBICNSTest/ResultSet/A.pm [new file with mode: 0644]
t/lib/DBICNSTest/ResultSet/C.pm [new file with mode: 0644]
t/lib/DBICNSTest/ResultSource/A.pm [new file with mode: 0644]
t/lib/DBICNSTest/ResultSource/B.pm [new file with mode: 0644]