summary refs log tree commit diff
path: root/src/platform/tests/test-nmp-object.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
committerMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
commit58f8be580039b0575b197b9573a1c92745d96d30 (patch)
tree2c226233f623a0dcb529be0eb8cdf97e4a2ae0c0 /src/platform/tests/test-nmp-object.c
parent45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (diff)
New upstream version 1.5.90 upstream/1.5.90
Diffstat (limited to 'src/platform/tests/test-nmp-object.c')
-rw-r--r--src/platform/tests/test-nmp-object.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/platform/tests/test-nmp-object.c b/src/platform/tests/test-nmp-object.c
index 9d4f69de..f7b209de 100644
--- a/src/platform/tests/test-nmp-object.c
+++ b/src/platform/tests/test-nmp-object.c
@@ -20,7 +20,7 @@
 
 #include "nm-default.h"
 
-#include "nmp-object.h"
+#include "platform/nmp-object.h"
 
 #include "nm-test-utils-core.h"
 
@@ -28,7 +28,7 @@ struct {
 	GList *udev_devices;
 } global;
 
-/******************************************************************/
+/*****************************************************************************/
 
 static gboolean
 _nmp_object_id_equal (const NMPObject *a, const NMPObject *b)
@@ -50,7 +50,7 @@ _nmp_object_equal (const NMPObject *a, const NMPObject *b)
 }
 #define nmp_object_equal _nmp_object_equal
 
-/******************************************************************/
+/*****************************************************************************/
 
 static void
 _assert_cache_multi_lookup_contains (const NMPCache *cache, const NMPCacheId *cache_id, const NMPObject *obj, gboolean contains)
@@ -85,7 +85,7 @@ _assert_cache_multi_lookup_contains (const NMPCache *cache, const NMPCacheId *ca
 	g_assert (!!contains == found);
 }
 
-/******************************************************************/
+/*****************************************************************************/
 
 typedef struct {
 	NMPCache *cache;
@@ -382,7 +382,7 @@ test_cache_link (void)
 	nmp_cache_free (cache);
 }
 
-/******************************************************************/
+/*****************************************************************************/
 
 NMTST_DEFINE ();