From: Jens Georg Date: Mon, 19 Sep 2011 11:11:42 +0000 (+0200) Subject: tests: Fix HTTP Post test X-Git-Tag: RYGEL_0_13_0~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e7d98865e27e283bc814ec49a28e830b782e8f6;p=profile%2Fivi%2Frygel.git tests: Fix HTTP Post test --- diff --git a/tests/rygel-http-post-test.vala b/tests/rygel-http-post-test.vala index 57c8b4d..5cac2df 100644 --- a/tests/rygel-http-post-test.vala +++ b/tests/rygel-http-post-test.vala @@ -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 {