[rygel] Fix the RygelHTTPGetTest.
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] Fix the RygelHTTPGetTest.
- Date: Sat, 6 Oct 2012 09:14:22 +0000 (UTC)
commit cd144265af5fdf95bec42c4085cfb5d9c7d05f7a
Author: Krzesimir Nowak <krnowak openismus com>
Date: Fri Sep 21 14:08:33 2012 +0200
Fix the RygelHTTPGetTest.
No need to start async this.client.run () again - it is already done
in start_next_test_request (). This was causing failures on Fedora.
https://bugzilla.gnome.org/show_bug.cgi?id=680496
tests/rygel-http-get-test.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/rygel-http-get-test.vala b/tests/rygel-http-get-test.vala
index f697d2a..b8ebe54 100644
--- a/tests/rygel-http-get-test.vala
+++ b/tests/rygel-http-get-test.vala
@@ -194,7 +194,6 @@ public class Rygel.HTTPGetTest : GLib.Object {
private void on_client_completed (StateMachine client) {
if (requests.size > 0) {
this.start_next_test_request ();
- this.client.run.begin ();
} else {
this.main_loop.quit ();
this.client_done = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]