Re: [PATCH weston] zunitc: made name of test fixture parameter explicit.

2015-10-23 Thread Bryce Harrington
On Thu, Oct 22, 2015 at 09:11:12PM -0700, Jon A. Cruz wrote: > Instead of using the implicit name 'data', changed the test > with fixture macro ZUC_TEST_F() to use an additional value > to explicitly set the name to use for test data from the > fixture. > > Signed-off-by: Jon A. Cruz Yeah, this

[PATCH weston] zunitc: made name of test fixture parameter explicit.

2015-10-22 Thread Jon A. Cruz
During review of the addition of waycheck, it was pointed out that there could be problems due to ZUC_TEST_F() creating an input parameter with a hidden implicit name. This change addresses that by making the name of the passed in parameter a required third input on the ZUC_TEST_F() macro. Jon A.

[PATCH weston] zunitc: made name of test fixture parameter explicit.

2015-10-22 Thread Jon A. Cruz
Instead of using the implicit name 'data', changed the test with fixture macro ZUC_TEST_F() to use an additional value to explicitly set the name to use for test data from the fixture. Signed-off-by: Jon A. Cruz --- tests/config-parser-test.c| 42 +++