diff --git a/src/test/java/org/alfresco/AllRepositoryTestsCatalogue.java b/src/test/java/org/alfresco/AllRepositoryTestsCatalogue.java index b1b7534dd7..f5672d4b1d 100644 --- a/src/test/java/org/alfresco/AllRepositoryTestsCatalogue.java +++ b/src/test/java/org/alfresco/AllRepositoryTestsCatalogue.java @@ -303,39 +303,6 @@ public class AllRepositoryTestsCatalogue suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.search.impl.lucene.analysis.PathTokenFilterTest.class)); } - /** - * - * various tests that do use context files but do not fit into other main context files patterns - */ - static void miscContext_999(TestSuite suite) - { - // context files: [classpath:alfresco/node-locator-context.xml, classpath:test-nodeLocatorServiceImpl-context.xml] - suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.nodelocator.NodeLocatorServiceImplTest.class)); - - } - - // [classpath*:alfresco/ibatis/ibatis-test-context.xml, classpath:alfresco/application-context.xml, - // classpath:alfresco/test/global-integration-test-context.xml] - static void ibatisTestContext_applicationContext_globalIntegrationTestContext_33(TestSuite suite) - { - // alfresco/ibatis/ibatis-test-context.xml seems to introduce this bean : cannedQueryDAOForTesting - // that is used only in testing - // should be safe for merge in application-context.xml - // was 22 (part) - // [classpath*:alfresco/ibatis/ibatis-test-context.xml, classpath:alfresco/application-context.xml, - // classpath:alfresco/test/global-integration-test-context.xml] - suite.addTest(new JUnit4TestAdapter(CannedQueryDAOTest.class)); - - // pass second try - suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.node.NodeServiceTest.class)); - } - - // [classpath:alfresco/application-context.xml, classpath:alfresco/minimal-context.xml] - static void applicationContext_minimalContext_01(TestSuite suite) - { - suite.addTestSuite(org.alfresco.RepositoryStartStopTest.class); - } - // [classpath:alfresco/application-context.xml] - part 1 static void applicationContext_01(TestSuite suite) { @@ -886,7 +853,7 @@ public class AllRepositoryTestsCatalogue suite.addTest(new JUnit4TestAdapter(org.alfresco.util.test.junitrules.TemporarySitesTest.class)); } } - +//TODO // [classpath:alfresco/application-context.xml, classpath:cache-test/cache-test-context.xml] static void applicationContext_cacheTestContext_14(TestSuite suite) { @@ -938,76 +905,94 @@ public class AllRepositoryTestsCatalogue // virtualization-test-context.xml two beans defined that only seem to be used in tests suite.addTest(org.alfresco.repo.virtual.VirtualizationIntegrationTestSuite.suite()); } - +// TODO until here // ------------------------------------application context until here ------------------- - - // [classpath:cachingstore/test-context.xml] - static void cachingstoreTestContext_18(TestSuite suite) + + /** + * + * various tests that do use context files but do not fit into other main context files patterns + */ + static void miscContext_999(TestSuite suite) { - // this is fast and passes - // was 17 (part) - suite.addTest(new JUnit4TestAdapter(FullTest.class)); - } + // context files: [classpath:alfresco/node-locator-context.xml, classpath:test-nodeLocatorServiceImpl-context.xml] + suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.nodelocator.NodeLocatorServiceImplTest.class)); - // [classpath:cachingstore/test-cleaner-context.xml] - static void cachingstoreTestCleanerContext_21(TestSuite suite) - { - // this is fast as well - // was 17 (part) - suite.addTest(new JUnit4TestAdapter(CachedContentCleanupJobTest.class)); - } + // alfresco/ibatis/ibatis-test-context.xml seems to introduce this bean : cannedQueryDAOForTesting + // that is used only in testing + // should be safe for merge in application-context.xml + // was 22 (part) + // [classpath*:alfresco/ibatis/ibatis-test-context.xml, classpath:alfresco/application-context.xml, + // classpath:alfresco/test/global-integration-test-context.xml] + suite.addTest(new JUnit4TestAdapter(CannedQueryDAOTest.class)); - // [classpath:cachingstore/test-std-quota-context.xml] - static void cachingstoreTestStdQuotaContext_22(TestSuite suite) - { - // pass - // was 17 (part) - suite.addTest(new JUnit4TestAdapter(StandardQuotaStrategyTest.class)); - } + // pass second try - only passes on a dirty DB. failes to pass on a clean DB + suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.node.NodeServiceTest.class)); + { + // [classpath:alfresco/application-context.xml, classpath:alfresco/minimal-context.xml] + { + suite.addTestSuite(org.alfresco.RepositoryStartStopTest.class); + } - // [classpath:cachingstore/test-slow-context.xml] - static void cachingstoreTestSlowContext_23(TestSuite suite) - { - // pass - // was 17 (part) - suite.addTest(new JUnit4TestAdapter(SlowContentStoreTest.class)); - suite.addTest(new JUnit4TestAdapter(ConcurrentCachingStoreTest.class)); - } + // [classpath:cachingstore/test-context.xml] + { + // this is fast and passes + // was 17 (part) + suite.addTest(new JUnit4TestAdapter(FullTest.class)); + } - // [classpath:org/alfresco/repo/jscript/test-context.xml] - static void jscriptTestContext_29(TestSuite suite) - { - // pass - // was 29 (part) - suite.addTestSuite(org.alfresco.repo.jscript.ScriptBehaviourTest.class); - } + // [classpath:cachingstore/test-cleaner-context.xml] + { + // this is fast as well + // was 17 (part) + suite.addTest(new JUnit4TestAdapter(CachedContentCleanupJobTest.class)); + } - // [module/module-component-test-beans.xml] - static void moduleComponentTestBeansContext_32(TestSuite suite) - { - // pass - // was 32 (part) - suite.addTestSuite(org.alfresco.repo.module.ComponentsTest.class); - } + // [classpath:cachingstore/test-std-quota-context.xml] + { + // pass + // was 17 (part) + suite.addTest(new JUnit4TestAdapter(StandardQuotaStrategyTest.class)); + } - // TODO can we remove this? Was it EOLed? - // [classpath:test/alfresco/test-web-publishing-context.xml] - static void testWebPublishingContext_39(TestSuite suite) - { - // pass- very fast 2s - suite.addTest(new JUnit4TestAdapter(ChannelServiceImplTest.class)); - suite.addTest(new JUnit4TestAdapter(PublishingEventHelperTest.class)); - } + // [classpath:cachingstore/test-slow-context.xml] + { + // pass + // was 17 (part) + suite.addTest(new JUnit4TestAdapter(SlowContentStoreTest.class)); + suite.addTest(new JUnit4TestAdapter(ConcurrentCachingStoreTest.class)); + } - // [alfresco/scheduler-core-context.xml, org/alfresco/util/test-scheduled-jobs-context.xml] - static void schedulerCoreContext_testScheduledJobsContext_66(TestSuite suite) - { - // pass - 25s - this is not a candidate for a special merge- but maybe can run in the misc context test suite - // was 63 (part) - suite.addTest(new JUnit4TestAdapter(org.alfresco.util.CronTriggerBeanTest.class)); - } + // [classpath:org/alfresco/repo/jscript/test-context.xml] + { + // pass + // was 29 (part) + suite.addTestSuite(org.alfresco.repo.jscript.ScriptBehaviourTest.class); + } + } + { + // [module/module-component-test-beans.xml] + { + // pass + // was 32 (part) + suite.addTestSuite(org.alfresco.repo.module.ComponentsTest.class); + } - // fail------------------------------------------------------------------------- + // TODO can we remove this? Was it EOLed? + // [classpath:test/alfresco/test-web-publishing-context.xml] + { + // pass- very fast 2s + suite.addTest(new JUnit4TestAdapter(ChannelServiceImplTest.class)); + suite.addTest(new JUnit4TestAdapter(PublishingEventHelperTest.class)); + } + + // [alfresco/scheduler-core-context.xml, org/alfresco/util/test-scheduled-jobs-context.xml] + { + // pass - 25s - this is not a candidate for a special merge- but maybe can run in the misc context test suite + // was 63 (part) + suite.addTest(new JUnit4TestAdapter(org.alfresco.util.CronTriggerBeanTest.class)); + } + } + } // [classpath:alfresco/minimal-context.xml] static void minimalContext_16(TestSuite suite) @@ -1026,17 +1011,16 @@ public class AllRepositoryTestsCatalogue // fails- 68s // test-thumbnail-context.xml - should be fine to merge - only defines some extra test beans suite.addTestSuite(org.alfresco.repo.thumbnail.ThumbnailServiceImplTest.class); - } - // [classpath:/test/alfresco/test-renditions-context.xml, classpath:alfresco/application-context.xml, - // classpath:alfresco/test/global-integration-test-context.xml] - static void testRenditionsContext_applicationContext_globalIntegrationTestContext_41(TestSuite suite) - { - // safe to merge if it passes - // test-renditions-context.xml introduced a mock bean: mockRenderingEngine- used in testing - // global-integration-test-context.xml safe - // this does NOT passes locally - loads the context and connects to the db - slow - // was 40 (part) - suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.rendition.RenditionServicePermissionsTest.class)); + // [classpath:/test/alfresco/test-renditions-context.xml, classpath:alfresco/application-context.xml, + // classpath:alfresco/test/global-integration-test-context.xml] + { + // safe to merge if it passes + // test-renditions-context.xml introduced a mock bean: mockRenderingEngine- used in testing + // global-integration-test-context.xml safe + // this does NOT passes locally - loads the context and connects to the db - slow + // was 40 (part) + suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.rendition.RenditionServicePermissionsTest.class)); + } } } diff --git a/src/test/java/org/alfresco/Repository01TestSuite.java b/src/test/java/org/alfresco/Repository01TestSuite.java deleted file mode 100644 index 7f541149f2..0000000000 --- a/src/test/java/org/alfresco/Repository01TestSuite.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2017 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - - -public class Repository01TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.applicationContext_minimalContext_01(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository03TestSuite.java b/src/test/java/org/alfresco/Repository03TestSuite.java deleted file mode 100644 index fee67b4cd9..0000000000 --- a/src/test/java/org/alfresco/Repository03TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository03TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.applicationContext_globalIntegrationTestContext_01(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository04TestSuite.java b/src/test/java/org/alfresco/Repository04TestSuite.java deleted file mode 100644 index 49c644da4f..0000000000 --- a/src/test/java/org/alfresco/Repository04TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository04TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests4(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository06TestSuite.java b/src/test/java/org/alfresco/Repository06TestSuite.java deleted file mode 100644 index 2bbff94013..0000000000 --- a/src/test/java/org/alfresco/Repository06TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository06TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - // AllRepositoryTestsCatalogue.applicationContext_cmisIntegerModel1Context_06(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository07TestSuite.java b/src/test/java/org/alfresco/Repository07TestSuite.java deleted file mode 100644 index 45b9f3f56d..0000000000 --- a/src/test/java/org/alfresco/Repository07TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository07TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.applicationContext_openCmisContext_07(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository08TestSuite.java b/src/test/java/org/alfresco/Repository08TestSuite.java deleted file mode 100644 index cedda30007..0000000000 --- a/src/test/java/org/alfresco/Repository08TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository08TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests8(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository09TestSuite.java b/src/test/java/org/alfresco/Repository09TestSuite.java deleted file mode 100644 index 6070992bd4..0000000000 --- a/src/test/java/org/alfresco/Repository09TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository09TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - // AllRepositoryTestsCatalogue.noContext_09(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository10TestSuite.java b/src/test/java/org/alfresco/Repository10TestSuite.java deleted file mode 100644 index 31a05426a5..0000000000 --- a/src/test/java/org/alfresco/Repository10TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository10TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_testServiceActionServiceContext_10(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository11TestSuite.java b/src/test/java/org/alfresco/Repository11TestSuite.java deleted file mode 100644 index 842ae95540..0000000000 --- a/src/test/java/org/alfresco/Repository11TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository11TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_globalIntegrationTestContext_11(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository13TestSuite.java b/src/test/java/org/alfresco/Repository13TestSuite.java deleted file mode 100644 index b777456cac..0000000000 --- a/src/test/java/org/alfresco/Repository13TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository13TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - // Repository01TestSuite.tests13(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository14TestSuite.java b/src/test/java/org/alfresco/Repository14TestSuite.java deleted file mode 100644 index 79318b4461..0000000000 --- a/src/test/java/org/alfresco/Repository14TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository14TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.applicationContext_cacheTestContext_14(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository15TestSuite.java b/src/test/java/org/alfresco/Repository15TestSuite.java deleted file mode 100644 index d3132575dc..0000000000 --- a/src/test/java/org/alfresco/Repository15TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository15TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests15(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository17TestSuite.java b/src/test/java/org/alfresco/Repository17TestSuite.java deleted file mode 100644 index ff3e7af7bf..0000000000 --- a/src/test/java/org/alfresco/Repository17TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository17TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests17(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository18TestSuite.java b/src/test/java/org/alfresco/Repository18TestSuite.java deleted file mode 100644 index aa7b9d7e82..0000000000 --- a/src/test/java/org/alfresco/Repository18TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository18TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.cachingstoreTestContext_18(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository16TestSuite.java b/src/test/java/org/alfresco/Repository200TestSuite_MinimalContext.java similarity index 89% rename from src/test/java/org/alfresco/Repository16TestSuite.java rename to src/test/java/org/alfresco/Repository200TestSuite_MinimalContext.java index 04576798e7..dcd21e5734 100644 --- a/src/test/java/org/alfresco/Repository16TestSuite.java +++ b/src/test/java/org/alfresco/Repository200TestSuite_MinimalContext.java @@ -2,7 +2,7 @@ * #%L * Alfresco Repository * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited + * Copyright (C) 2005 - 2017 Alfresco Software Limited * %% * This file is part of the Alfresco software. * If the software was purchased under a paid Alfresco license, the terms of @@ -28,11 +28,7 @@ package org.alfresco; import junit.framework.Test; import junit.framework.TestSuite; -/** - * - * @author Alan Davis - */ -public class Repository16TestSuite extends TestSuite +public class Repository200TestSuite_MinimalContext extends TestSuite { public static Test suite() { diff --git a/src/test/java/org/alfresco/Repository21TestSuite.java b/src/test/java/org/alfresco/Repository21TestSuite.java deleted file mode 100644 index 31a7c9422e..0000000000 --- a/src/test/java/org/alfresco/Repository21TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository21TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.cachingstoreTestCleanerContext_21(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository22TestSuite.java b/src/test/java/org/alfresco/Repository22TestSuite.java deleted file mode 100644 index ce2f7b5212..0000000000 --- a/src/test/java/org/alfresco/Repository22TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository22TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.cachingstoreTestStdQuotaContext_22(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository23TestSuite.java b/src/test/java/org/alfresco/Repository23TestSuite.java deleted file mode 100644 index 7515f6d730..0000000000 --- a/src/test/java/org/alfresco/Repository23TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository23TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.cachingstoreTestSlowContext_23(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository24TestSuite.java b/src/test/java/org/alfresco/Repository24TestSuite.java deleted file mode 100644 index 2e13cf01ce..0000000000 --- a/src/test/java/org/alfresco/Repository24TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository24TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_mnt7383Context_24(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository27TestSuite.java b/src/test/java/org/alfresco/Repository27TestSuite.java deleted file mode 100644 index 45237b894d..0000000000 --- a/src/test/java/org/alfresco/Repository27TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository27TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests27(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository28TestSuite.java b/src/test/java/org/alfresco/Repository28TestSuite.java deleted file mode 100644 index 3973fc9519..0000000000 --- a/src/test/java/org/alfresco/Repository28TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository28TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - // Repository01TestSuite.tests28(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository29TestSuite.java b/src/test/java/org/alfresco/Repository29TestSuite.java deleted file mode 100644 index f3e886e3df..0000000000 --- a/src/test/java/org/alfresco/Repository29TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository29TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.jscriptTestContext_29(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository57TestSuite.java b/src/test/java/org/alfresco/Repository300TestSuite_Transformations.java similarity index 88% rename from src/test/java/org/alfresco/Repository57TestSuite.java rename to src/test/java/org/alfresco/Repository300TestSuite_Transformations.java index 20f3280a13..d73f462f8c 100644 --- a/src/test/java/org/alfresco/Repository57TestSuite.java +++ b/src/test/java/org/alfresco/Repository300TestSuite_Transformations.java @@ -2,7 +2,7 @@ * #%L * Alfresco Repository * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited + * Copyright (C) 2005 - 2017 Alfresco Software Limited * %% * This file is part of the Alfresco software. * If the software was purchased under a paid Alfresco license, the terms of @@ -23,21 +23,17 @@ * along with Alfresco. If not, see . * #L% */ -package org.alfresco; - +package org.alfresco; + import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository57TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.applicationContext_testThumnailContext_57(suite); - return suite; - } -} +import junit.framework.TestSuite; + +public class Repository300TestSuite_Transformations +{ + public static Test suite() + { + TestSuite suite = new TestSuite(); + AllRepositoryTestsCatalogue.applicationContext_testThumnailContext_57(suite); + return suite; + } +} diff --git a/src/test/java/org/alfresco/Repository30TestSuite.java b/src/test/java/org/alfresco/Repository30TestSuite.java deleted file mode 100644 index 632c5f47fd..0000000000 --- a/src/test/java/org/alfresco/Repository30TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository30TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests30(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository31TestSuite.java b/src/test/java/org/alfresco/Repository31TestSuite.java deleted file mode 100644 index f517d06cba..0000000000 --- a/src/test/java/org/alfresco/Repository31TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository31TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests31(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository32TestSuite.java b/src/test/java/org/alfresco/Repository32TestSuite.java deleted file mode 100644 index 5507be17df..0000000000 --- a/src/test/java/org/alfresco/Repository32TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository32TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.moduleComponentTestBeansContext_32(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository33TestSuite.java b/src/test/java/org/alfresco/Repository33TestSuite.java deleted file mode 100644 index ffbf2ea202..0000000000 --- a/src/test/java/org/alfresco/Repository33TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository33TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.ibatisTestContext_applicationContext_globalIntegrationTestContext_33(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository34TestSuite.java b/src/test/java/org/alfresco/Repository34TestSuite.java deleted file mode 100644 index ae654171e2..0000000000 --- a/src/test/java/org/alfresco/Repository34TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository34TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests34(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository35TestSuite.java b/src/test/java/org/alfresco/Repository35TestSuite.java deleted file mode 100644 index de1a406e59..0000000000 --- a/src/test/java/org/alfresco/Repository35TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository35TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests35(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository36TestSuite.java b/src/test/java/org/alfresco/Repository36TestSuite.java deleted file mode 100644 index aa9e986a9c..0000000000 --- a/src/test/java/org/alfresco/Repository36TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository36TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests36(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository37TestSuite.java b/src/test/java/org/alfresco/Repository37TestSuite.java deleted file mode 100644 index ac30063dce..0000000000 --- a/src/test/java/org/alfresco/Repository37TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository37TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests37(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository38TestSuite.java b/src/test/java/org/alfresco/Repository38TestSuite.java deleted file mode 100644 index 6408ed2a32..0000000000 --- a/src/test/java/org/alfresco/Repository38TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository38TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests38(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository39TestSuite.java b/src/test/java/org/alfresco/Repository39TestSuite.java deleted file mode 100644 index d733302bfd..0000000000 --- a/src/test/java/org/alfresco/Repository39TestSuite.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - - * - * @author Alan Davis - */ -public class Repository39TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.testWebPublishingContext_39(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository40TestSuite.java b/src/test/java/org/alfresco/Repository40TestSuite.java deleted file mode 100644 index 8bda20447b..0000000000 --- a/src/test/java/org/alfresco/Repository40TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository40TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_globalIntegrationTestContext_testRatingServiceIntegrationTestContext_40(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository41TestSuite.java b/src/test/java/org/alfresco/Repository41TestSuite.java deleted file mode 100644 index 59e5da1253..0000000000 --- a/src/test/java/org/alfresco/Repository41TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository41TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.testRenditionsContext_applicationContext_globalIntegrationTestContext_41(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository42TestSuite.java b/src/test/java/org/alfresco/Repository42TestSuite.java deleted file mode 100644 index 7ed881b8dc..0000000000 --- a/src/test/java/org/alfresco/Repository42TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository42TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests42(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository43TestSuite.java b/src/test/java/org/alfresco/Repository43TestSuite.java deleted file mode 100644 index 3f1437379c..0000000000 --- a/src/test/java/org/alfresco/Repository43TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository43TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests43(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository44TestSuite.java b/src/test/java/org/alfresco/Repository44TestSuite.java deleted file mode 100644 index e8c3cb852f..0000000000 --- a/src/test/java/org/alfresco/Repository44TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository44TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests44(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository45TestSuite.java b/src/test/java/org/alfresco/Repository45TestSuite.java deleted file mode 100644 index adad345846..0000000000 --- a/src/test/java/org/alfresco/Repository45TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository45TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests45(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository46TestSuite.java b/src/test/java/org/alfresco/Repository46TestSuite.java deleted file mode 100644 index c51b0ba01d..0000000000 --- a/src/test/java/org/alfresco/Repository46TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository46TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.dataModel6_16TestsContext_46(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository47TestSuite.java b/src/test/java/org/alfresco/Repository47TestSuite.java deleted file mode 100644 index 47d564b921..0000000000 --- a/src/test/java/org/alfresco/Repository47TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository47TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - // Repository01TestSuite.tests47(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository48TestSuite.java b/src/test/java/org/alfresco/Repository48TestSuite.java deleted file mode 100644 index 13ebb1a9ea..0000000000 --- a/src/test/java/org/alfresco/Repository48TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository48TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_syncTestContext_48(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository49TestSuite.java b/src/test/java/org/alfresco/Repository49TestSuite.java deleted file mode 100644 index b5c6420df8..0000000000 --- a/src/test/java/org/alfresco/Repository49TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository49TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_globalIntegrationTestContext_testTemporarySitesTestContext_49(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository50TestSuite.java b/src/test/java/org/alfresco/Repository50TestSuite.java deleted file mode 100644 index aa10c2bd5f..0000000000 --- a/src/test/java/org/alfresco/Repository50TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository50TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_siteCustomContext_50(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository51TestSuite.java b/src/test/java/org/alfresco/Repository51TestSuite.java deleted file mode 100644 index c7c3d8dc51..0000000000 --- a/src/test/java/org/alfresco/Repository51TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository51TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests51(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository52TestSuite.java b/src/test/java/org/alfresco/Repository52TestSuite.java deleted file mode 100644 index 520f95ae63..0000000000 --- a/src/test/java/org/alfresco/Repository52TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository52TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.applicationContext_testSubscriptionsContext_52(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository53TestSuite.java b/src/test/java/org/alfresco/Repository53TestSuite.java deleted file mode 100644 index a69c854dc6..0000000000 --- a/src/test/java/org/alfresco/Repository53TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository53TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests53(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository55TestSuite.java b/src/test/java/org/alfresco/Repository55TestSuite.java deleted file mode 100644 index 95d5158c01..0000000000 --- a/src/test/java/org/alfresco/Repository55TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository55TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests55(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository56TestSuite.java b/src/test/java/org/alfresco/Repository56TestSuite.java deleted file mode 100644 index 8e1c3394e5..0000000000 --- a/src/test/java/org/alfresco/Repository56TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository56TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.applicationContext_mtAllContext_56(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository58TestSuite.java b/src/test/java/org/alfresco/Repository58TestSuite.java deleted file mode 100644 index b4011ec2d0..0000000000 --- a/src/test/java/org/alfresco/Repository58TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository58TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests58(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository59TestSuite.java b/src/test/java/org/alfresco/Repository59TestSuite.java deleted file mode 100644 index 9ebace02fb..0000000000 --- a/src/test/java/org/alfresco/Repository59TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository59TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests59(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository61TestSuite.java b/src/test/java/org/alfresco/Repository61TestSuite.java deleted file mode 100644 index 5739e9cdaa..0000000000 --- a/src/test/java/org/alfresco/Repository61TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository61TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.oneTestCloseContext_61(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository63TestSuite.java b/src/test/java/org/alfresco/Repository63TestSuite.java deleted file mode 100644 index c20d5ce62a..0000000000 --- a/src/test/java/org/alfresco/Repository63TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alan Davis - */ -public class Repository63TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_testKerberosCntext_63(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository65TestSuite.java b/src/test/java/org/alfresco/Repository65TestSuite.java deleted file mode 100644 index a509293cf3..0000000000 --- a/src/test/java/org/alfresco/Repository65TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Alexey Bogdanov - */ -public class Repository65TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_scriptExecTestContext_65(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository66TestSuite.java b/src/test/java/org/alfresco/Repository66TestSuite.java deleted file mode 100644 index 3409908fe1..0000000000 --- a/src/test/java/org/alfresco/Repository66TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Jamal Kaabi-Mofrad - */ -public class Repository66TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.schedulerCoreContext_testScheduledJobsContext_66(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository67TestSuite.java b/src/test/java/org/alfresco/Repository67TestSuite.java deleted file mode 100644 index 613d64d825..0000000000 --- a/src/test/java/org/alfresco/Repository67TestSuite.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * All Repository project UNIT test classes should be added to this test suite. - */ -public class Repository67TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_globalIntegrationTestContext_dummy1Context_dummy2Context_67(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository68TestSuite.java b/src/test/java/org/alfresco/Repository68TestSuite.java deleted file mode 100644 index 935573853b..0000000000 --- a/src/test/java/org/alfresco/Repository68TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Jamal Kaabi-Mofrad - */ -public class Repository68TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests68(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository69TestSuite.java b/src/test/java/org/alfresco/Repository69TestSuite.java deleted file mode 100644 index 70c71faf14..0000000000 --- a/src/test/java/org/alfresco/Repository69TestSuite.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author Tom Page - */ -public class Repository69TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //AllRepositoryTestsCatalogue.applicationContext_testQnameTypeEditorContext_69(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository70TestSuite.java b/src/test/java/org/alfresco/Repository70TestSuite.java deleted file mode 100644 index 2cd977fdc4..0000000000 --- a/src/test/java/org/alfresco/Repository70TestSuite.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * All Repository project UNIT test classes should be added to this test suite. - */ -public class Repository70TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - AllRepositoryTestsCatalogue.virtualizationTestContext_applicationContext_70(suite); - return suite; - } -} diff --git a/src/test/java/org/alfresco/Repository71TestSuite.java b/src/test/java/org/alfresco/Repository71TestSuite.java deleted file mode 100644 index b6d66e3514..0000000000 --- a/src/test/java/org/alfresco/Repository71TestSuite.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * #%L - * Alfresco Repository - * %% - * Copyright (C) 2005 - 2016 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% - */ -package org.alfresco; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * - * @author cpopa - * - */ -public class Repository71TestSuite extends TestSuite -{ - public static Test suite() - { - TestSuite suite = new TestSuite(); - //Repository01TestSuite.tests71(suite); - return suite; - } -}