From 49d147125c25af806530afdb6ff5396161b86ba7 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Wed, 19 Oct 2011 10:10:05 +0200 Subject: [PATCH] test: Mark mocked item as non-placeholder --- tests/rygel-http-post-test.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rygel-http-post-test.vala b/tests/rygel-http-post-test.vala index 985ff1d..19e2d7b 100644 --- a/tests/rygel-http-post-test.vala +++ b/tests/rygel-http-post-test.vala @@ -267,6 +267,7 @@ public class Rygel.MediaContainer : Rygel.MediaObject { File file, File? other_file, FileMonitorEvent event_type) { + this.item.place_holder = false; this.container_updated (this); } } -- 2.7.4