Adjust a couple of tests for new behavior (thus all of this might be backwards incomp...
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 28 Jun 2009 09:07:33 +0000 (09:07 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 28 Jun 2009 09:07:33 +0000 (09:07 +0000)
commit8124a75c048fb154109a6d0fa81421329796497c
tree39b248c385d47085b07fbe10fe81cb3a206dc1e8
parent690c69e4639181658ed17c528eb79f3b0f2d2994
Adjust a couple of tests for new behavior (thus all of this might be backwards incompatible to the point of being useless):
The counts in t/90join_torture.t are now 5*3, not 5*3*3, as a second join is not induced by search_related
The raw sql scan in t/prefetch/standard.t is just silly, won't even try to understand it
Just to maintain the TreeLike folding, I add a 3rd children join which was inserted by search_related before the code changes
t/90join_torture.t
t/prefetch/standard.t