- Set freemind version to the exported map
- Exported map don't useless font nodes.
This commit is contained in:
15
wise-webapp/src/test/data/freemind/basic.mm
Normal file
15
wise-webapp/src/test/data/freemind/basic.mm
Normal file
@@ -0,0 +1,15 @@
|
||||
<map version="0.9.0">
|
||||
<!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net -->
|
||||
<node CREATED="1299957724614" ID="ID_1257555991" MODIFIED="1299957854045" TEXT="This is the root node">
|
||||
<node CREATED="1299957744918" ID="ID_1422930763" MODIFIED="1299957853173" POSITION="right" TEXT="Child Level 1 Right 1"/>
|
||||
<node CREATED="1299957780229" ID="ID_144311076" MODIFIED="1299957963408" POSITION="left" TEXT="Child Level 1 Left 1">
|
||||
<node CREATED="1299957789533" ID="ID_1332317829" MODIFIED="1299957906469" TEXT="Child Level 2 Left 11"/>
|
||||
<node CREATED="1299957813629" ID="ID_655171350" MODIFIED="1299957910302" TEXT="Child Level 2 Left 12"/>
|
||||
</node>
|
||||
<node CREATED="1299957842218" ID="ID_217430375" MODIFIED="1299957850272" POSITION="right" TEXT="Child Level 1 Right 2"/>
|
||||
<node CREATED="1299957854506" ID="ID_1895272648" MODIFIED="1299957934625" POSITION="left" TEXT="Child Level 1 Left 2">
|
||||
<node CREATED="1299957875229" ID="ID_1628175442" MODIFIED="1299957927173" TEXT="Child Level 2 Left 21 "/>
|
||||
<node CREATED="1299957940222" ID="ID_1406492242" MODIFIED="1299957958013" TEXT="Child Level 2 Left 22"/>
|
||||
</node>
|
||||
</node>
|
||||
</map>
|
15
wise-webapp/src/test/data/freemind/basice.mm
Normal file
15
wise-webapp/src/test/data/freemind/basice.mm
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<map version="0.9.0">
|
||||
<node TEXT="This is the root node" STYLE="line" ID="ID_0">
|
||||
<node TEXT="Child Level 1 Right 1" STYLE="line" ID="ID_1"/>
|
||||
<node TEXT="Child Level 1 Left 1" STYLE="line" ID="ID_2">
|
||||
<node TEXT="Child Level 2 Left 11" STYLE="line" ID="ID_3"/>
|
||||
<node TEXT="Child Level 2 Left 12" STYLE="line" ID="ID_4"/>
|
||||
</node>
|
||||
<node TEXT="Child Level 1 Right 2" STYLE="line" ID="ID_5"/>
|
||||
<node TEXT="Child Level 1 Left 2" STYLE="line" ID="ID_6">
|
||||
<node TEXT="Child Level 2 Left 21 " STYLE="line" ID="ID_7"/>
|
||||
<node TEXT="Child Level 2 Left 22" STYLE="line" ID="ID_8"/>
|
||||
</node>
|
||||
</node>
|
||||
</map>
|
Reference in New Issue
Block a user