Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Rename test0* functions as internal_test*. | Richard W.M. Jones | 2012-07-11 | 1 | -33/+33 |
| | | | | | The internal_* prefix is reserved for internal functions such as these tests. | ||||
* | gobject: bindtests: gjs exception behaviour changed, fix test. | Richard W.M. Jones | 2012-06-27 | 1 | -1/+1 |
| | | | | | | | | | When libguestfs calls 'error (g, "error")', gjs in F17 throws error.message == "Error invoking Guestfs.test0rinterr: error" In F18, error.message is simply the string "error". Fix the test so it works for both cases. | ||||
* | gobject: Add bindtests for return values | Matthew Booth | 2012-01-20 | 1 | -0/+110 |