[gimp/soc-2010-cage] app/tests: Output session management test result
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage] app/tests: Output session management test result
- Date: Wed, 30 Jun 2010 22:17:57 +0000 (UTC)
commit 60a9a6c164794bda768c1b5ffdba606d2e53b669
Author: Martin Nordholts <martinn src gnome org>
Date: Sun Jun 27 10:47:30 2010 +0200
app/tests: Output session management test result
Output session management test result to be consistent with GLib test
framework test output.
app/tests/test-session-management.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/tests/test-session-management.c b/app/tests/test-session-management.c
index 1543e66..2d3f2d2 100644
--- a/app/tests/test-session-management.c
+++ b/app/tests/test-session-management.c
@@ -139,6 +139,9 @@ int main(int argc, char **argv)
&final_dockrc_state))
result = -1;
+ if (result == 0)
+ g_print ("/gimp-session-management/sessionrc_compatibility: OK\n");
+
/* Don't bother freeing stuff, the process is short-lived */
return result;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]