From: Marcin Kazmierczak Date: Thu, 22 Dec 2011 09:22:05 +0000 (+0100) Subject: tests: Fix bug in HTTPItemUri test X-Git-Tag: RYGEL_0_13_1~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c80d54373a943479ac735e9884f909feff5b38b;p=profile%2Fivi%2Frygel.git tests: Fix bug in HTTPItemUri test test_construction_with_subtitle: Add default -1 Thumbnail index in HTTPItemUri constructor call. Previously test create HTTPItemURI object with Thumbnail index instead of subtitle index. --- diff --git a/tests/rygel-http-item-uri-test.vala b/tests/rygel-http-item-uri-test.vala index c739c79..6c86ddb 100644 --- a/tests/rygel-http-item-uri-test.vala +++ b/tests/rygel-http-item-uri-test.vala @@ -104,6 +104,7 @@ private class Rygel.HTTPItemURITest : GLib.Object { private HTTPItemURI test_construction_with_subtitle () { var uri = new HTTPItemURI (ITEM_ID, this.server, + -1, SUBTITLE_INDEX); assert (uri != null);