tests: fix Search calls in tests
[profile/ivi/rygel.git] / tests / rygel-item-creator-test.vala
index f395906..3ee0435 100644 (file)
@@ -223,6 +223,7 @@ public class Rygel.SearchableContainer : Rygel.MediaContainer {
                                       int              offset,
                                       int              count,
                                       out int          total_matches,
+                                      string           soer_criteria,
                                       Cancellable?     cancellable = null) {
         Idle.add (() => { search.callback (); return false; });
         yield;