Skip to content

Commit

Permalink
ACS-6309 Try to run using a TestSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Mar 20, 2024
1 parent 824947b commit db3b14e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

@RunWith(Categories.class)
@Suite.SuiteClasses({
org.alfresco.opencmis.dictionary.CMISAbstractDictionaryServiceTest.class
org.alfresco.opencmis.dictionary.CMISAbstractDictionaryServiceTest.class,
org.alfresco.repo.content.encoding.CharsetFinderTest.class,
org.alfresco.repo.content.DataModelContentTestSuite.class
})
public class AllDataModelTestSuite {
}

0 comments on commit db3b14e

Please sign in to comment.