Fix several import/export issues.

This commit is contained in:
Paulo Gustavo Veiga
2011-03-12 18:30:21 -03:00
parent 600bde0e15
commit 8e40ce9a18
12 changed files with 1980 additions and 191 deletions

10
wise-webapp/testng.xml Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="WiseMapping Java Tests" verbose="1">
<test name="FreeMind Import Export Tests">
<packages>
<package name="com.wisemapping.test.freemind"/>
</packages>
</test>
</suite>