From: Jens Georg Date: Fri, 20 May 2011 07:58:24 +0000 (+0200) Subject: tests: Update mocked MediaItem X-Git-Tag: RYGEL_0_11_0~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a189e3969bf404b7f52a24e22007cd4e0b5b9ac;p=profile%2Fivi%2Frygel.git tests: Update mocked MediaItem Slipped through make distcheck --- diff --git a/tests/rygel-http-get-test.vala b/tests/rygel-http-get-test.vala index f40ba65..ea4ff63 100644 --- a/tests/rygel-http-get-test.vala +++ b/tests/rygel-http-get-test.vala @@ -263,6 +263,8 @@ public abstract class Rygel.MediaItem : Rygel.MediaObject { public ArrayList subtitles = new ArrayList (); public ArrayList thumbnails = new ArrayList (); + public bool place_holder = false; + public bool is_live_stream () { return true; }