summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-13 07:42:31 +0100
committerJens Georg <mail@jensge.org>2022-01-13 07:42:31 +0100
commitbbe36b279e247cd8ec4ab00bcdf02178af8a99af (patch)
treed72f878d474e10909d1f7e354ab739bfd6076a7d
parent2c413bbd8b9afc41648f21ad173f0caf81a5f98b (diff)
downloadgupnp-igd-bbe36b279e247cd8ec4ab00bcdf02178af8a99af.tar.gz
Remove obsolete host_path in test
gupnp_root_device_new will do this automatically, actually does for quite some time now (pre 1.0)
-rw-r--r--tests/gtest/gupnp-simple-igd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/gtest/gupnp-simple-igd.c b/tests/gtest/gupnp-simple-igd.c
index 4e689ef..593c46e 100644
--- a/tests/gtest/gupnp-simple-igd.c
+++ b/tests/gtest/gupnp-simple-igd.c
@@ -302,13 +302,6 @@ run_gupnp_simple_igd_test (GMainContext *mainctx, GUPnPSimpleIgd *igd,
if (g_getenv ("XML_PATH"))
xml_path = g_getenv ("XML_PATH");
- gupnp_context_host_path (context, xml_path, "");
-
- /*
- gupnp_context_host_path (context, "InternetGatewayDevice.xml", "/InternetGatewayDevice.xml");
- gupnp_context_host_path (context, "WANIPConnection.xml", "/WANIPConnection.xml");
- gupnp_context_host_path (context, "WANPPPConnection.xml", "/WANPPPConnection.xml");
- */
dev = gupnp_root_device_new (context, "InternetGatewayDevice.xml", xml_path, &error);
g_assert (dev);