mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
90799: Reverse Merge HEAD-BUG-FIX (5.0/Cloud) << Test was using old api that has been removed >> 90760: Merged V4.2-BUG-FIX (4.2.5) to HEAD-BUG-FIX (5.0/Cloud) 90379: Merged DEV (4.2.4) to V4.2-BUG-FIX (4.2.4) 90266: MNT-9342: Calling custom actions having properties declared as « multiple » from WebServices does not work. Added JUnit test to simulate the issue. 90438: MNT-9342: Calling custom actions having properties declared as « multiple » from WebServices does not work. Fixed merge mistake for the test in r90379. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94721 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -68,7 +68,6 @@ public class RemoteApi01TestSuite extends TestSuite
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.webdav.LockMethodTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.webdav.WebDAVHelperIntegrationTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.webdav.WebDAVMethodTest.class));
|
||||
suite.addTestSuite(org.alfresco.repo.webservice.action.ActionWebServiceTest.class);
|
||||
}
|
||||
|
||||
static void tests4(TestSuite suite) //
|
||||
|
Reference in New Issue
Block a user