summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-02 13:15:52 +0200
committerPhilip Withnall <philip@tecnocode.co.uk>2013-08-02 13:36:24 +0200
commit0858c4354b63a544d3a328e9ceb1d8266c233853 (patch)
tree8b7bf0c04d45bd48a711bdca0366845847139d33
parent08f78da9f648dee50612af958177cf35b4f08328 (diff)
downloadlibgdata-0858c4354b63a544d3a328e9ceb1d8266c233853.tar.gz
tests: Fix sense of a sleep() enable guard
-rw-r--r--gdata/tests/picasaweb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/tests/picasaweb.c b/gdata/tests/picasaweb.c
index 216fc60f..5c524715 100644
--- a/gdata/tests/picasaweb.c
+++ b/gdata/tests/picasaweb.c
@@ -508,7 +508,7 @@ tear_down_query_files (QueryFilesData *data, gconstpointer service)
g_object_unref (data->file1);
/* HACK! Wait for the distributed Google servers to synchronise. */
- if (gdata_mock_server_get_enable_online (mock_server) == FALSE) {
+ if (gdata_mock_server_get_enable_online (mock_server) == TRUE) {
sleep (10);
}