[rygel] test: Update for new ClientHacks



commit c728e59796b743eee5385a4c7bde317d84690437
Author: Jens Georg <mail jensge org>
Date:   Wed Oct 19 09:53:12 2011 +0200

    test: Update for new ClientHacks

 tests/rygel-http-get-test.vala |    8 ++++----
 1 files 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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]