[rygel] tests: Correct value of Seek.stop
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] tests: Correct value of Seek.stop
- Date: Thu, 3 Feb 2011 16:36:26 +0000 (UTC)
commit 0a250884f243bdc9e5d0beb8487b53e0d5fb1511
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Jan 20 19:20:13 2011 +0200
tests: Correct value of Seek.stop
tests/rygel-http-seekable-response-test.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/rygel-http-seekable-response-test.vala b/tests/rygel-http-seekable-response-test.vala
index 64f91ea..7c6ccaf 100644
--- a/tests/rygel-http-seekable-response-test.vala
+++ b/tests/rygel-http-seekable-response-test.vala
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]