[network-manager-vpnc] test: fix test after importing UseLegacyIKEPort pcf parameter



commit 825c02dfe8de2e0ba0b8075cfb51b24c8db3cd70
Author: JiÅ?í KlimeÅ¡ <jklimes redhat com>
Date:   Thu Jan 13 21:58:43 2011 +0100

    test: fix test after importing UseLegacyIKEPort pcf parameter
    
    fcb196788634db66b30245f346812070604ff0ef added import/export of
    UseLegacyIKEPort pcf parameter and related Local Port vpnc's
    configuration value, but missed adjusting tests accordingly.

 properties/tests/test-import-export.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/properties/tests/test-import-export.c b/properties/tests/test-import-export.c
index b1da23b..ac0d4a1 100644
--- a/properties/tests/test-import-export.c
+++ b/properties/tests/test-import-export.c
@@ -95,6 +95,7 @@ static Item basic_items[] = {
 	{ NM_VPNC_KEY_NAT_TRAVERSAL_MODE,    NM_VPNC_NATT_MODE_CISCO },
 	{ NM_VPNC_KEY_DPD_IDLE_TIMEOUT,      "90" },
 	{ NM_VPNC_KEY_CISCO_UDP_ENCAPS_PORT, NULL },
+	{ NM_VPNC_KEY_LOCAL_PORT,            "500" },
 	{ NULL, NULL }
 };
 



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