From c728e59796b743eee5385a4c7bde317d84690437 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Wed, 19 Oct 2011 09:53:12 +0200 Subject: [PATCH] test: Update for new ClientHacks --- tests/rygel-http-get-test.vala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/rygel-http-get-test.vala b/tests/rygel-http-get-test.vala index ea4ff63..3332305 100644 --- a/tests/rygel-http-get-test.vala +++ b/tests/rygel-http-get-test.vala @@ -29,13 +29,13 @@ public errordomain Rygel.TestError { TIMEOUT } -public errordomain Rygel.XBoxHacksError { +public errordomain Rygel.ClientHacksError { NA } -public class Rygel.XBoxHacks { - public XBoxHacks.for_headers (MessageHeaders headers) throws Error { - throw new XBoxHacksError.NA (""); +public class Rygel.ClientHacks { + public static ClientHacks create_for_headers (MessageHeaders headers) throws Error { + throw new ClientHacksError.NA (""); } public bool is_album_art_request (Message message) { -- 2.7.4