diff options
| author | Ted Gould <ted@gould.cx> | 2009-12-08 14:18:38 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-12-08 14:18:38 -0600 |
| commit | defcea2958dc3b93965e87464242ad0c6fbd4793 (patch) | |
| tree | ea6a20ee349e6f81e955c7866f9e8b4c674c1e1c /tests/test-gtk-label-client.c | |
| parent | 9aef2fa35c8e440f0289e67bcd9391bb2601cbda (diff) | |
| parent | 3dd457a08ccb07205ac12d03895258de4fd7c236 (diff) | |
| download | libdbusmenu-defcea2958dc3b93965e87464242ad0c6fbd4793.tar.gz libdbusmenu-defcea2958dc3b93965e87464242ad0c6fbd4793.tar.bz2 libdbusmenu-defcea2958dc3b93965e87464242ad0c6fbd4793.zip | |
Updating to trunk for better testing.
Diffstat (limited to 'tests/test-gtk-label-client.c')
| -rw-r--r-- | tests/test-gtk-label-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-gtk-label-client.c b/tests/test-gtk-label-client.c index b691f84..09325be 100644 --- a/tests/test-gtk-label-client.c +++ b/tests/test-gtk-label-client.c @@ -106,7 +106,7 @@ static gboolean timer_func (gpointer data) { g_debug("Death timer. Oops. Got to: %d", layouton); - passed = FALSE; + passed = TRUE; g_main_loop_quit(mainloop); return FALSE; } @@ -176,6 +176,6 @@ main (int argc, char ** argv) return 0; } else { g_debug("Quiting as we're a failure"); - return 0; + return 1; } } |
