From b4beea2f9337014d522436cdf645291e0163d51a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 7 Aug 2014 12:33:47 +0200 Subject: Reset all property units and warn on override --- test/test-mock.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test') diff --git a/test/test-mock.c b/test/test-mock.c index facae53..de1e18d 100644 --- a/test/test-mock.c +++ b/test/test-mock.c @@ -221,6 +221,16 @@ test_signal (Fixture *fixture, gconstpointer data) g_assert (success == TRUE); } +static void +test_overwriting_units (Fixture *fixture, gconstpointer data) +{ + UcaUnit unit; + + uca_camera_register_unit (fixture->camera, "frames-per-second", UCA_UNIT_PIXEL); + unit = uca_camera_get_unit (fixture->camera, "frames-per-second"); + g_assert (unit != UCA_UNIT_PIXEL); +} + int main (int argc, char *argv[]) { #if !(GLIB_CHECK_VERSION (2, 36, 0)) -- cgit v1.2.3