summaryrefslogtreecommitdiff
path: root/tests/rygel-http-response-test.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rygel-http-response-test.vala')
-rw-r--r--tests/rygel-http-response-test.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rygel-http-response-test.vala b/tests/rygel-http-response-test.vala
index 5e1582a6..c6d97925 100644
--- a/tests/rygel-http-response-test.vala
+++ b/tests/rygel-http-response-test.vala
@@ -391,8 +391,8 @@ internal class Rygel.TestDataSource : Rygel.DataSource, Object {
}
public class Rygel.MediaItem {
- private static const long BLOCK_SIZE = HTTPResponseTest.MAX_BYTES / 16;
- private static const long MAX_BUFFERS = 25;
+ private const long BLOCK_SIZE = HTTPResponseTest.MAX_BYTES / 16;
+ private const long MAX_BUFFERS = 25;
public int64 size {
get {