[network-manager-vpnc] test: trivial typo fix



commit 48e1eee42af29f9ca9765a108a8fc9ed96bc1653
Author: JiÅ?í KlimeÅ¡ <jklimes redhat com>
Date:   Thu Jan 13 22:04:22 2011 +0100

    test: trivial typo fix

 properties/tests/test-import-export.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/tests/test-import-export.c b/properties/tests/test-import-export.c
index ac0d4a1..d2e401b 100644
--- a/properties/tests/test-import-export.c
+++ b/properties/tests/test-import-export.c
@@ -76,7 +76,7 @@ test_items (const char *detail, NMSettingVPN *s_vpn, Item *items, gboolean secre
 		nm_setting_vpn_foreach_data_item (s_vpn, item_count_func, &actual_count);
 
 	ASSERT (actual_count == expected_count,
-	        detail, "unexpected number of items (got %d, expected %d", actual_count, expected_count);
+	        detail, "unexpected number of items (got %d, expected %d)", actual_count, expected_count);
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]