summaryrefslogtreecommitdiff
path: root/tests/rygel-http-post-test.vala
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-09-20 09:36:19 +0200
committerJens Georg <mail@jensge.org>2011-09-20 09:36:59 +0200
commitde8ca0191779d2aaf186c2c9067aec1fe3e537ce (patch)
treefe36ec03ef7d4b586798b7c84869a4c2752c57ec /tests/rygel-http-post-test.vala
parentfd1154cdb8b8e50a4fd36805603e3f92f2ac3afb (diff)
downloadrygel-de8ca0191779d2aaf186c2c9067aec1fe3e537ce.tar.gz
tests: Fix rygel-http-post-test
Could segfault depending on the timing.
Diffstat (limited to 'tests/rygel-http-post-test.vala')
-rw-r--r--tests/rygel-http-post-test.vala5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/rygel-http-post-test.vala b/tests/rygel-http-post-test.vala
index 5cac2df9..998204ba 100644
--- a/tests/rygel-http-post-test.vala
+++ b/tests/rygel-http-post-test.vala
@@ -266,9 +266,6 @@ public class Rygel.MediaContainer : Rygel.MediaObject {
FileMonitorEvent event_type) {
this.container_updated (this);
}
-
- public void disconnect (ulong id) {
- }
}
public class Rygel.MediaItem : Rygel.MediaObject {
@@ -359,7 +356,7 @@ public class Rygel.ItemRemovalQueue: GLib.Object {
}
}
-public class Rygel.MediaObject {}
+public class Rygel.MediaObject : GLib.Object {}
public errordomain Rygel.ContentDirectoryError {
INVALID_ARGS = 402