[network-manager-applet] test: fix 0.8 vpnc migration test
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] test: fix 0.8 vpnc migration test
- Date: Mon, 4 Apr 2011 21:53:26 +0000 (UTC)
commit 6c2ad5d89c6003c7fe07b5a5352c6010cd94bdfd
Author: Dan Williams <dcbw redhat com>
Date: Mon Apr 4 15:14:31 2011 -0500
test: fix 0.8 vpnc migration test
src/gconf-helpers/tests/Makefile.am | 3 ++-
src/gconf-helpers/tests/test-upgrade.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/gconf-helpers/tests/Makefile.am b/src/gconf-helpers/tests/Makefile.am
index 49aa0ec..81f2d30 100644
--- a/src/gconf-helpers/tests/Makefile.am
+++ b/src/gconf-helpers/tests/Makefile.am
@@ -26,5 +26,6 @@ check-local: test-upgrade
EXTRA_DIST = \
test-import.xml \
08wifi.xml \
- 08vpnc.xml
+ 08vpnc.xml \
+ 08openvpn.xml
diff --git a/src/gconf-helpers/tests/test-upgrade.c b/src/gconf-helpers/tests/test-upgrade.c
index d36c9cd..d2f3db8 100644
--- a/src/gconf-helpers/tests/test-upgrade.c
+++ b/src/gconf-helpers/tests/test-upgrade.c
@@ -326,7 +326,7 @@ upgrade_08_vpnc_cb (NMConnection *connection, gpointer user_data)
g_assert_cmpint (flags, ==, NM_SETTING_SECRET_FLAG_AGENT_OWNED);
success = nm_setting_get_secret_flags (NM_SETTING (s_vpn),
- "XAuth password",
+ "Xauth password",
&flags,
NULL);
g_assert (success);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]