From c0de02e7d3099a0875df0fa2327a4c8fb4b47470 Mon Sep 17 00:00:00 2001
From: ankraft <an.kraft@googlemail.com>
Date: Mon, 21 Jan 2019 22:36:42 +0100
Subject: [PATCH] Corrected domain ID

---
 SDT/schema4.0/test/void-test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SDT/schema4.0/test/void-test.xml b/SDT/schema4.0/test/void-test.xml
index 516bb7f..5c61374 100644
--- a/SDT/schema4.0/test/void-test.xml
+++ b/SDT/schema4.0/test/void-test.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- Test the void BasicType -->
 
-<Domain id="example2.SDT" xmlns="http://homegatewayinitiative.org/xml/dal/4.0" xmlns:xi="http://www.w3.org/2001/XInclude">
+<Domain id="void-test" xmlns="http://homegatewayinitiative.org/xml/dal/4.0" xmlns:xi="http://www.w3.org/2001/XInclude">
 	<Modules>
 		<ModuleClass name="TestVoid">
 			<Actions>
-- 
GitLab