[rygel/wip/didl-s: 14/25] fix test
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/didl-s: 14/25] fix test
- Date: Tue, 20 Nov 2012 16:11:33 +0000 (UTC)
commit 77f1d0d71802e8db00bc08cd300eea9549928a17
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]