MNT-22611 - Fix bulk import parameters parsing (#699)

Cherry-picked from 85a3c71849  master to 7.1.N (7.1.1)
This commit is contained in:
Piotr Żurek
2021-09-29 10:50:54 +02:00
committed by pzurek
parent b9c8ff91e4
commit 033157800b
4 changed files with 478 additions and 169 deletions

View File

@@ -42,6 +42,7 @@ import org.junit.runners.Suite;
org.alfresco.rest.api.tests.TestPublicApiAtomPub10TCK.class,
org.alfresco.rest.api.tests.TestPublicApiAtomPub11TCK.class,
org.alfresco.rest.api.tests.TestPublicApiBrowser11TCK.class,
org.alfresco.repo.web.scripts.bulkimport.BulkImportParametersExtractorTest.class
})
public class AppContext01TestSuite
{