Closed xnox closed 11 years ago
Hi Scott, The branch includes a number of changes to the test cases, to address the changed code autogeneration. What further testing would you like to see here?
It should have a specific test of an empty list
On Thu, Sep 12, 2013 at 10:51 PM, vorlonofportland <notifications@github.com
wrote:
Hi Scott, The branch includes a number of changes to the test cases, to address the changed code autogeneration. What further testing would you like to see here?
— Reply to this email directly or view it on GitHubhttps://github.com/keybuk/libnih/pull/4#issuecomment-24374601 .
Have you ever, ever felt like this? Had strange things happen? Are you going round the twist?
Updated with test case from Steve.
Upstart when in user-session mode, needs to pass lists over dbus connection which may be empty.
This drops the != NULL check for NULL terminated arrays and moves the iteration loop inside an 'if' statement.