summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-02-21 15:53:50 +0200
committerJens Georg <mail@jensge.org>2012-02-21 15:53:50 +0200
commitb796389d2c4d6088d8e0d5e782af4cc94f1cb528 (patch)
treeb00f7e1d0d80aae157ce09d6571244f3954d064d
parenteb084a38f727c631733c1376cbe1b0fc726ca5cd (diff)
downloadrygel-b796389d2c4d6088d8e0d5e782af4cc94f1cb528.tar.gz
tests: Fix ItemCreator test
-rw-r--r--tests/rygel-item-creator-test.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rygel-item-creator-test.vala b/tests/rygel-item-creator-test.vala
index 5fd5f0eb..f395906e 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;