summaryrefslogtreecommitdiff
path: root/test/test-mock.c
AgeCommit message (Collapse)Author
2012-07-18Install glade file into prefix/share/libucaMatthias Vogelgesang
2012-04-17More meaningful async testMatthias Vogelgesang
Before we just checked that the callback was called. Now we check that it is called as often as expected.
2012-04-17Fix property settingMatthias Vogelgesang
2012-03-08Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang
2012-03-05Add factory method to create new camerasMatthias Vogelgesang
2012-03-05Complete async xfer infrastructureMatthias Vogelgesang
2012-03-05Fix error handlingMatthias Vogelgesang
Obviously, unit tests pay off.
2012-03-05Use property notification instead of signalMatthias Vogelgesang
Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself.
2012-03-05Add mock testMatthias Vogelgesang