Update of /cvsroot/tm4j/tm4j/resource/tests
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19199/resource/tests
Added Files:
mergeAssociations1.xtm2
Log Message:
Add a testcase file.
--- NEW FILE: mergeAssociations1.xtm2 ---
<?xml version="1.0" encoding="UTF-8"?>
<topicMap version="2.0" xmlns="http://www.topicmaps.org/xtm/">
<topic id="A0">
<subjectIdentifier href="http://test-cases.psi.tm4j.org/genericDummyTopics/A"/>
</topic>
<topic id="B0">
<subjectIdentifier href="http://test-cases.psi.tm4j.org/genericDummyTopics/B"/>
</topic>
<topic id="C0">
<subjectIdentifier href="http://test-cases.psi.tm4j.org/genericDummyTopics/C"/>
</topic>
<association>
<type><topicRef href="#A0"/></type>
<role>
<type><topicRef href="#B0"/></type>
<topicRef href="#C0"/>
</role>
</association>
<topic id="A1">
<subjectIdentifier href="http://test-cases.psi.tm4j.org/genericDummyTopics/A"/>
</topic>
<topic id="B1">
<subjectIdentifier href="http://test-cases.psi.tm4j.org/genericDummyTopics/B"/>
</topic>
<topic id="C1">
<subjectIdentifier href="http://test-cases.psi.tm4j.org/genericDummyTopics/C"/>
</topic>
<association>
<type><topicRef href="#A1"/></type>
<role>
<type><topicRef href="#B1"/></type>
<topicRef href="#C1"/>
</role>
</association>
</topicMap>
<!--
Author: Xuân Baldauf
This testcase should yield in a topic map which whose number of associations is exactly one.
-->
|