diff options
author | Ted Gould <ted@gould.cx> | 2015-02-10 15:05:28 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-02-10 15:05:28 -0600 |
commit | 48117fc3ea085d123567ccb621809f43a4358938 (patch) | |
tree | f1cf52002d9ff489b6a2aefb6e984c0ade89a5a3 /tests/notifications-mock.h | |
parent | b6e5f6ee48849f7077239653c3c574ba5f9254ee (diff) | |
download | ayatana-indicator-sound-48117fc3ea085d123567ccb621809f43a4358938.tar.gz ayatana-indicator-sound-48117fc3ea085d123567ccb621809f43a4358938.tar.bz2 ayatana-indicator-sound-48117fc3ea085d123567ccb621809f43a4358938.zip |
Putting things in the right order
Diffstat (limited to 'tests/notifications-mock.h')
-rw-r--r-- | tests/notifications-mock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notifications-mock.h b/tests/notifications-mock.h index 0cdcbe5..b727eec 100644 --- a/tests/notifications-mock.h +++ b/tests/notifications-mock.h @@ -48,7 +48,7 @@ class NotificationsMock "ret = ['notification-mock', 'Testing harness', '1.0', '1.1']", nullptr); dbus_test_dbus_mock_object_add_method(mock, baseobj, - "Notify", G_VARIANT_TYPE("u"), G_VARIANT_TYPE("(susssasa{sv}i)"), + "Notify", G_VARIANT_TYPE("(susssasa{sv}i)"), G_VARIANT_TYPE("u"), "ret = 10", nullptr); dbus_test_dbus_mock_object_add_method(mock, baseobj, |