[rygel/wip/sync: 2/2] Fix tests



commit 6e3a09aa594f8a080b1d1dcc11738266ae3f71f9
Author: Jens Georg <jensg openismus com>
Date:   Wed Oct 24 12:26:09 2012 +0200

    Fix tests

 tests/rygel-item-creator-test.vala |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/tests/rygel-item-creator-test.vala b/tests/rygel-item-creator-test.vala
index d77b528..973a7f0 100644
--- a/tests/rygel-item-creator-test.vala
+++ b/tests/rygel-item-creator-test.vala
@@ -121,6 +121,12 @@ public class Rygel.MediaObject : GLib.Object {
     }
 }
 
+public interface Rygel.TrackableContainer : Rygel.MediaContainer {
+}
+
+public interface Rygel.TrackableItem : Rygel.MediaItem {
+}
+
 public class Rygel.MediaItem : Rygel.MediaObject {
     public string dlna_profile;
     public string mime_type;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]