Skip to content
Snippets Groups Projects
Commit 636fe84b authored by David Maus's avatar David Maus
Browse files

Test für Verknüpfung Struktur mit Metadatum ergänzt

parent c95e75b7
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
</DocStrctType>
</Preferences>
</context>
<expect-assert/>
<expect-not-assert/>
</scenario>
<scenario label="Untergeordneter Strukturtyp ist nicht definiert">
<context>
......@@ -23,5 +23,28 @@
</context>
<expect-assert/>
</scenario>
<scenario label="Metadatum ist definiert">
<context>
<Preferences xmlns="">
<MetadataType>
<Name>is-defined</Name>
</MetadataType>
<DocStrctType>
<metadata>is-defined</metadata>
</DocStrctType>
</Preferences>
</context>
<expect-not-assert/>
</scenario>
<scenario label="Metadatum ist nicht definiert">
<context>
<Preferences xmlns="">
<DocStrctType>
<metadata>is-not-defined</metadata>
</DocStrctType>
</Preferences>
</context>
<expect-assert/>
</scenario>
</scenario>
</description>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment