Fix gdbus-exit-on-close test case
authorDavid Zeuthen <davidz@redhat.com>
Tue, 3 Aug 2010 16:47:07 +0000 (12:47 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 3 Aug 2010 16:47:07 +0000 (12:47 -0400)
Forgot to update the test case after last commit.

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/tests/gdbus-exit-on-close.c

index 6120fa5..df1bce8 100644 (file)
@@ -55,7 +55,7 @@ test_exit_on_close (void)
       session_bus_down ();
       g_main_loop_run (loop);
     }
-  g_test_trap_assert_stdout ("*Remote peer vanished. Exiting.*");
+  g_test_trap_assert_stdout ("*Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.*");
   g_test_trap_assert_failed();
 }