[gnet] tests: update GConnHttp unit test to not use inactive domains
- From: Tim-Philipp Müller <tpm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnet] tests: update GConnHttp unit test to not use inactive domains
- Date: Sat, 16 Oct 2010 22:12:19 +0000 (UTC)
commit 1825f69b1a149cd3f2daa5f6c3333a32f0470f0a
Author: Tim-Philipp Müller <tim muller collabora co uk>
Date: Sat Oct 16 23:10:15 2010 +0100
tests: update GConnHttp unit test to not use inactive domains
www.gnetlibrary.org has been abandoned.
tests/check/gnet/gnetconnhttp.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/check/gnet/gnetconnhttp.c b/tests/check/gnet/gnetconnhttp.c
index b1cecce..4316f74 100644
--- a/tests/check/gnet/gnetconnhttp.c
+++ b/tests/check/gnet/gnetconnhttp.c
@@ -487,7 +487,7 @@ GNET_END_TEST;
GNET_START_TEST (test_gnet_http_get)
{
- const gchar *urls[] = {"http://www.gnetlibrary.org/src/",
+ const gchar *urls[] = {"http://www.gnome.org/",
"http://www.heise.de" };
guint i;
@@ -514,7 +514,7 @@ GNET_END_TEST;
GNET_START_TEST (test_get_binary)
{
- gchar *uris[] = { "http://www.gnetlibrary.org/gnet.png" };
+ gchar *uris[] = { "http://www.gnome.org/img/logo/foot-16.png" };
guint i;
for (i = 0; i < G_N_ELEMENTS (uris); ++i) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]