From: Jens Georg Date: Tue, 21 Feb 2012 13:53:50 +0000 (+0200) Subject: tests: Fix ItemCreator test X-Git-Tag: RYGEL_0_13_2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b796389d2c4d6088d8e0d5e782af4cc94f1cb528;p=profile%2Fivi%2Frygel.git tests: Fix ItemCreator test --- 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;