Fix the RygelHTTPGetTest.
authorKrzesimir Nowak <krnowak@openismus.com>
Fri, 21 Sep 2012 12:08:33 +0000 (14:08 +0200)
committerJens Georg <jensg@openismus.com>
Sat, 6 Oct 2012 09:12:45 +0000 (11:12 +0200)
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

index f697d2a..b8ebe54 100644 (file)
@@ -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;