Add _merge_joinpref_attr test w/ {}/undef (empty) vals
authorHenry Van Styn <vanstyn@intellitree.com>
Wed, 29 Oct 2014 13:25:33 +0000 (09:25 -0400)
committerHenry Van Styn <vanstyn@intellitree.com>
Wed, 29 Oct 2014 13:30:23 +0000 (09:30 -0400)
commit455b7a9bb9dbb5d7324fef0db001b29b3bbecb38
treeaa0d6c2bc42be335a9a0fb59a1a7a086a9e413a2
parent83e81c2d78765ee3f7dacc2f9e5982f93e8a15e8
Add _merge_joinpref_attr test w/ {}/undef (empty) vals

Added a test for the case of join attrs specified with empty ({} or
undef) vals (i.e. join => { rel => { rel2 => {} } }). These tests pass,
however, the empty {} vals currently produce uninitialized warnings.

For further reference, these warnings were bypassed for RapidApp in this
commit:

 https://github.com/vanstyn/RapidApp/commit/6f41f6e48

This test was added per the request of @ribasushi
t/91merge_joinpref_attr.t