[rygel] tests: Keep all classes private in HTTPItemURITest
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] tests: Keep all classes private in HTTPItemURITest
- Date: Sat, 13 Mar 2010 02:10:11 +0000 (UTC)
commit 8f2e368893f9b76f16dfec365deef94e839098d3
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sat Mar 13 04:05:00 2010 +0200
tests: Keep all classes private in HTTPItemURITest
tests/rygel-http-item-uri-test.vala | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/rygel-http-item-uri-test.vala b/tests/rygel-http-item-uri-test.vala
index fc026d3..37c2f25 100644
--- a/tests/rygel-http-item-uri-test.vala
+++ b/tests/rygel-http-item-uri-test.vala
@@ -21,17 +21,17 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-public errordomain Rygel.HTTPRequestError {
+private errordomain Rygel.HTTPRequestError {
UNACCEPTABLE = Soup.KnownStatusCode.NOT_ACCEPTABLE,
BAD_REQUEST = Soup.KnownStatusCode.BAD_REQUEST,
NOT_FOUND = Soup.KnownStatusCode.NOT_FOUND
}
-public errordomain Rygel.TestError {
+private errordomain Rygel.TestError {
SKIP
}
-public class Rygel.HTTPServer : GLib.Object {
+private class Rygel.HTTPServer : GLib.Object {
private const string SERVER_PATH = "/RygelHTTPServer/Rygel/Test";
public string path_root { get; private set; }
@@ -53,7 +53,7 @@ public class Rygel.HTTPServer : GLib.Object {
}
}
-public class Rygel.HTTPItemURITest : GLib.Object {
+private class Rygel.HTTPItemURITest : GLib.Object {
private const string ITEM_ID = "HELLO";
private const int THUMBNAIL_INDEX = 1;
private const string TRANSCODE_TARGET = "MP3";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]