From 7bf633088454cb69099ae422c60dd145588b8196 Mon Sep 17 00:00:00 2001
From: Muhammed-Ali Demir <muhammed.demir@ptb.de>
Date: Wed, 5 Apr 2023 06:47:28 +0200
Subject: [PATCH] bugfix:  name-content and added application type

---
 tests/resources/GP_Temperature_Complete_DCC.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/resources/GP_Temperature_Complete_DCC.xml b/tests/resources/GP_Temperature_Complete_DCC.xml
index 20885f1..7e25505 100644
--- a/tests/resources/GP_Temperature_Complete_DCC.xml
+++ b/tests/resources/GP_Temperature_Complete_DCC.xml
@@ -7,6 +7,7 @@
                     <dcc:content>Notepad++ (32-bit)</dcc:content>
                 </dcc:name>
                 <dcc:release>v8.2</dcc:release>
+                <dcc:type>application</dcc:type>
             </dcc:software>
         </dcc:dccSoftware>
         <dcc:coreData>
@@ -84,7 +85,9 @@
                     <dcc:data>
                         <dcc:quantity refType="test_noQuantity">
                             <dcc:noQuantity>
-                                <dcc:name>Example name</dcc:name>
+                                <dcc:name>
+                                    <dcc:content>Example name</dcc:content>
+                                </dcc:name>
                                 <dcc:content>Example text</dcc:content>
                                 <dcc:file refType="examplePicture">
                                     <dcc:fileName>examplePicture.png</dcc:fileName>
-- 
GitLab