tests: Correct value of Seek.stop
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 20 Jan 2011 17:20:13 +0000 (19:20 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 3 Feb 2011 16:14:36 +0000 (18:14 +0200)
tests/rygel-http-seekable-response-test.vala

index 64f91ea..7c6ccaf 100644 (file)
@@ -91,7 +91,7 @@ public class Rygel.HTTPSeekableResponseTest : Rygel.HTTPResponseTest {
 
     internal override HTTPResponse create_response (Soup.Message msg)
                                                     throws Error {
-        var seek = new HTTPSeek (0, 1025);
+        var seek = new HTTPSeek (0, 1024);
 
         return new HTTPSeekableResponse (this.server.context.server,
                                          msg,