Add test case for assert when unwinding a container.
authorScott James Remnant <scott@ubuntu.com>
Thu, 9 Jul 2009 15:28:29 +0000 (16:28 +0100)
committerScott James Remnant <scott@ubuntu.com>
Thu, 9 Jul 2009 15:28:29 +0000 (16:28 +0100)
commit4bea3ca2b02098f2513a9902511e4de77ccf9b91
treed1bef44cf83a8fca54e2a27199ad3d43c9e084e0
parent0ee5d8e15566647dd2db2a511c77ec4ce5fbec2c
Add test case for assert when unwinding a container.

* dbus/dbus-message-util.c: when constructing an array of structures,
it's not possible to unwind in case of an error part-way through.
This test will therefore assert.

Signed-off-by: Scott James Remnant <scott@ubuntu.com>
dbus/dbus-message-util.c