Move test resources to standard maven dirs.
This commit is contained in:
18
wise-webapp/src/test/resources/data/freemind/links.wxml
Normal file
18
wise-webapp/src/test/resources/data/freemind/links.wxml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="tango" name="basic">
|
||||
<topic id="0" central="true" position="0,0" shape="rounded rectagle">
|
||||
<text><![CDATA[Node Links]]></text>
|
||||
<icon id="onoff_delete"/>
|
||||
<link url="http://www.google.com"/>
|
||||
<topic shrink="true" id="1" position="200,0" order="0" shape="line">
|
||||
<text><![CDATA[Link Topic]]></text>
|
||||
<icon id="sign_info"/>
|
||||
<link url="http://www.bing.com"/>
|
||||
<topic id="2" position="290,-25" order="0" shape="line">
|
||||
<text><![CDATA[Link Topic Topic]]></text>
|
||||
<icon id="sign_warning"/>
|
||||
<link url="http://bing.com"/>
|
||||
</topic>
|
||||
</topic>
|
||||
</topic>
|
||||
</map>
|
||||
Reference in New Issue
Block a user