diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-02-04 10:57:48 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-02-04 10:57:48 -0500 |
commit | f0c1c4f5b0b7ab37f0830e2b9e3dab09935c2700 (patch) | |
tree | d86be1c77d07e83776b07475afe3edf0405bdfd0 /indra/llxml/tests | |
parent | f2bb1b451cc37bcc2c09687fd52515d8b791d97a (diff) |
Move FunctionsTriple data to function returning vector<same>.
We want to break out a couple different test methods that both need the same
data. While we could define a std::vector<FunctionsTriple> in the
lleventdispatcher_data class and initialize it using a classic {} initializer
as in array_funcs(), using a separate function puts it closer to the tests
consuming that data, and helps reduce clutter in the central data class.
Either way, it's cool that BOOST_FOREACH() handles the gory details of
iterating over a std::vector vs. a classic-C array.
Diffstat (limited to 'indra/llxml/tests')
0 files changed, 0 insertions, 0 deletions