[network-manager-applet] test: fix up a test name
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] test: fix up a test name
- Date: Mon, 4 Apr 2011 21:53:16 +0000 (UTC)
commit 8106b72ac785cccb0ce594486bdb2232f1755669
Author: Dan Williams <dcbw redhat com>
Date: Mon Apr 4 14:58:30 2011 -0500
test: fix up a test name
src/gconf-helpers/tests/test-upgrade.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gconf-helpers/tests/test-upgrade.c b/src/gconf-helpers/tests/test-upgrade.c
index 6620330..7433458 100644
--- a/src/gconf-helpers/tests/test-upgrade.c
+++ b/src/gconf-helpers/tests/test-upgrade.c
@@ -301,7 +301,7 @@ test_upgrade_08_wifi (void)
}
static void
-upgrade_08_vpn_cb (NMConnection *connection, gpointer user_data)
+upgrade_08_vpnc_cb (NMConnection *connection, gpointer user_data)
{
NMSettingVPN *s_vpn;
NMSettingSecretFlags flags = NM_SETTING_SECRET_FLAG_NONE;
@@ -358,7 +358,7 @@ test_upgrade_08_vpnc (void)
g_free (display_name);
/* Now do the conversion */
- nm_gconf_move_connections_to_system (upgrade_08_vpn_cb, NULL);
+ nm_gconf_move_connections_to_system (upgrade_08_vpnc_cb, NULL);
g_object_unref (client);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]