test: Mark mocked item as non-placeholder
authorJens Georg <mail@jensge.org>
Wed, 19 Oct 2011 08:10:05 +0000 (10:10 +0200)
committerJens Georg <mail@jensge.org>
Wed, 19 Oct 2011 08:10:05 +0000 (10:10 +0200)
tests/rygel-http-post-test.vala

index 985ff1d..19e2d7b 100644 (file)
@@ -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);
     }
 }