test-fpi-device: Verify device action error operations

This commit is contained in:
Marco Trevisan (Treviño)
2020-01-17 16:53:18 +01:00
parent ad514c3775
commit a87e9c546f
3 changed files with 231 additions and 46 deletions

View File

@@ -30,6 +30,7 @@ struct _FpiDeviceFake
FpDevice parent;
gpointer last_called_function;
gboolean return_action_error;
GError *ret_error;
FpPrint *ret_print;