run the filter by login successfully at the end

This commit is contained in:
rodicasutu
2021-03-15 10:59:07 +02:00
parent a98ac379c0
commit de2a19fc41

View File

@@ -1,9 +1,13 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="TestNG AllTestSuite" configfailurepolicy="continue" verbose="1" time-out="300000"> <suite name="TestNG AllTestSuite" configfailurepolicy="continue" verbose="1" time-out="300000" >
<test name="restapi"> <test name="restapi">
<packages> <packages>
<package name="org.alfresco.rest.rm.community.*"/> <package name="org.alfresco.rest.rm.community.*"/>
</packages> </packages>
<classes>
<class name="org.alfresco.rest.rm.community.audit.AuditLoginEventsTests"/>
</classes>
</test> </test>
</suite> </suite>