summaryrefslogtreecommitdiff
path: root/src/supplicant-manager
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-04-22 16:55:28 +0200
committerThomas Haller <thaller@redhat.com>2014-06-05 18:12:56 +0200
commit8af001eae44caa65b714233f1870119a3129558e (patch)
treef1b5ba5fe1779a31aac5edf1543b124d605e4759 /src/supplicant-manager
parent0e9cd4f6fc44c617377c3bc6298e74dd86aaec01 (diff)
downloadNetworkManager-8af001eae44caa65b714233f1870119a3129558e.tar.gz
nmtst: combine files nm-test-helpers.h and nm-test-utils.h
Move the content of nm-test-helpers.h to nm-test-utils.h which completly replaces the older file. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'src/supplicant-manager')
-rw-r--r--src/supplicant-manager/tests/test-supplicant-config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/supplicant-manager/tests/test-supplicant-config.c b/src/supplicant-manager/tests/test-supplicant-config.c
index d1d0562f2c..9b1038b618 100644
--- a/src/supplicant-manager/tests/test-supplicant-config.c
+++ b/src/supplicant-manager/tests/test-supplicant-config.c
@@ -39,12 +39,13 @@
#include <nm-setting-ip4-config.h>
#include <nm-setting-8021x.h>
-#include "nm-test-helpers.h"
#include "nm-glib-compat.h"
#include "nm-supplicant-config.h"
#include "nm-supplicant-settings-verify.h"
+#include "nm-test-utils.h"
+
static gboolean
validate_opt (const char *detail,
GHashTable *hash,