[rygel/rygel-0-16] Fix the RygelHTTPGetTest.



commit 527e56b83d035faab37fed04d475c39c191016f8
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 f9632ff..cd96d89 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]