mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Re-added missing testng configuration file
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@59492 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
9
rm-server/test/resources/testng.xml
Normal file
9
rm-server/test/resources/testng.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
|
||||
|
||||
<suite name="JUnit AllTestSuite" verbose="1" >
|
||||
<test name="AllTests" junit="true">
|
||||
<classes>
|
||||
<class name="org.alfresco.module.org_alfresco_module_rm.test.AllTestSuite" />
|
||||
</classes>
|
||||
</test>
|
||||
</suite>
|
Reference in New Issue
Block a user