tests: Fix HTTP Post test
authorJens Georg <mail@jensge.org>
Mon, 19 Sep 2011 11:11:42 +0000 (13:11 +0200)
committerJens Georg <mail@jensge.org>
Mon, 19 Sep 2011 11:11:42 +0000 (13:11 +0200)
tests/rygel-http-post-test.vala

index 57c8b4d..5cac2df 100644 (file)
@@ -266,6 +266,9 @@ public class Rygel.MediaContainer : Rygel.MediaObject {
                                  FileMonitorEvent event_type) {
         this.container_updated (this);
     }
+
+    public void disconnect (ulong id) {
+    }
 }
 
 public class Rygel.MediaItem : Rygel.MediaObject {