[rygel] tests: Correct visibility of a constant
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] tests: Correct visibility of a constant
- Date: Mon, 8 Nov 2010 21:01:38 +0000 (UTC)
commit 52df713921537596a3d463eb2c0d35d55e1f9b74
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Mon Nov 8 22:52:23 2010 +0200
tests: Correct visibility of a constant
tests/rygel-http-response-test.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/rygel-http-response-test.vala b/tests/rygel-http-response-test.vala
index c280823..b15a30d 100644
--- a/tests/rygel-http-response-test.vala
+++ b/tests/rygel-http-response-test.vala
@@ -31,7 +31,7 @@ public errordomain Rygel.TestError {
}
public abstract class Rygel.HTTPResponseTest : GLib.Object {
- private static const long MAX_BYTES = 1024;
+ protected static const long MAX_BYTES = 1024;
protected HTTPServer server;
protected HTTPClient client;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]