[rygel/wip/didl-s: 14/14] fix test



commit fbea8c8f2155bc3967c5bfb3fac617abec8192ed
Author: Jens Georg <jensg openismus com>
Date:   Wed Nov 7 10:55:49 2012 +0100

    fix test

 tests/rygel-http-item-uri-test.vala |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tests/rygel-http-item-uri-test.vala b/tests/rygel-http-item-uri-test.vala
index 82889a5..cfc0f16 100644
--- a/tests/rygel-http-item-uri-test.vala
+++ b/tests/rygel-http-item-uri-test.vala
@@ -72,8 +72,11 @@ private class Rygel.HTTPServer : GLib.Object {
     }
 }
 
-private class Rygel.MediaItem : GLib.Object {
+private class Rygel.MediaObject : GLib.Object {
     public string id;
+}
+
+private class Rygel.MediaItem : Rygel.MediaObject {
     public ArrayList<string> uris = new ArrayList<string> ();
     public string mime_type;
 }



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