From b796389d2c4d6088d8e0d5e782af4cc94f1cb528 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Tue, 21 Feb 2012 15:53:50 +0200 Subject: [PATCH] tests: Fix ItemCreator test --- tests/rygel-item-creator-test.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rygel-item-creator-test.vala b/tests/rygel-item-creator-test.vala index 5fd5f0e..f395906 100644 --- a/tests/rygel-item-creator-test.vala +++ b/tests/rygel-item-creator-test.vala @@ -124,6 +124,7 @@ public class Rygel.MediaItem : Rygel.MediaObject { public string mime_type; public long size; public bool place_holder; + public string date; public MediaItem (string id, MediaContainer parent, string title) { this.id = id; -- 2.7.4