From 2c80d54373a943479ac735e9884f909feff5b38b Mon Sep 17 00:00:00 2001 From: Marcin Kazmierczak Date: Thu, 22 Dec 2011 10:22:05 +0100 Subject: [PATCH] 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. --- tests/rygel-http-item-uri-test.vala | 1 + 1 file changed, 1 insertion(+) 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); -- 2.7.4