mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
83757: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) << Bringing back the commit just reverted. Needed to revert another commit 80358 which changed pom.xml files to include the correct versions of external libs including open cmiss 0.11 >> 80966: Revere merged HEAD-BUG-FIX (5.0/Cloud) << Take out all OpenCMIS changes merged to HEAD-BUG-FIX that have come from V4.2-BUG-FIX >> 80355: Reverse Merge HEAD-BUG-FIX (5.0/Cloud) << And added alfresco-opencmis-extension 1.0 >> 79170: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) << Commit is actually a reverse merge of the original merges from V4.2-BUG-FIX 79113,79128 rather than the changes from V4.2-BUG-FIX >> 79166: Reverse merged V4.2-BUG-FIX (4.2.4) << Need a new version of alfresco-opencmis-extension as 0.9 is incompatible with OpenCMIS 0.11.0 and Steve is on holiday for a week. >> << The original commits are already merged to HBF for ACE-484 so will revert them too. >> 79070: Merged DEV to V4.2-BUG-FIX (4.2.4) 67851: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line Updated OpenCMIS to 0.11 version. 79120: MNT-11223: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4) 79117: MNT-11596 Fix dependencies declared in pom files after upgrade of OpenCMIS to 0.11.0, and all related upgrades 80358: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 79166: Reverse merged V4.2-BUG-FIX (4.2.4) << Need a new version of alfresco-opencmis-extension as 0.9 is incompatible with OpenCMIS 0.11.0 and Steve is on holiday for a week. >> << The original commits are already merged to HBF for ACE-484 so will revert them too. >> 79070: Merged DEV to V4.2-BUG-FIX (4.2.4) 67851: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line Updated OpenCMIS to 0.11 version. 79120: MNT-11223: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4) 79117: MNT-11596 Fix dependencies declared in pom files after upgrade of OpenCMIS to 0.11.0, and all related upgrades 80365: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 80356: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line - Commit missed delete of old alfresco-opencmis-extension-0.9 sources/javadoc 80366: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 80337: MNT-11223 follow-up: bring back test dependencies in web-framework-commons pom, to make the Maven build pass again 80814: MNT-11223: Fix build (pt1) - 80366: pom.xml contained a reference to an external surf which is now back in house. 80858: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 80373: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line - Found another reference to version 0.9 rather than 1.0 of alfresco-opencmis-extensions 80861: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 80397: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line Fixed TestCMIS.testMNT10430. Excluded sys:localized aspect from returned set in CMIS. 80865: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 80840: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line Fix for CMISTCKCRUD test. Added special handling of content stream file name property via accessor. 80866: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 80841: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line Changed Solr to Lucene for tests. 83745: Reverse Merge HEAD-BUG-FIX (5.0/Cloud) 83699: ACE-484: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) VIA EOL 81016: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line Fixed TestCMIS to check for secondary types list to be null. 81017: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line Disabled assert for tests run by maven. 82255: Merged V4.2-BUG-FIX (4.2.4) to EOL (5.0/Cloud) 82252: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line Disabled QueryRootFolderTest. - RECORD ONLY merge from V4.2-BUG-FIX extra commits not required on HEAD-BUG-FIX: 80373,80397,80840-80841,81707,81741,82245 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84575 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
139 lines
4.9 KiB
Java
139 lines
4.9 KiB
Java
package org.alfresco.rest.api.tests;
|
|
|
|
import java.text.MessageFormat;
|
|
import java.util.HashMap;
|
|
import java.util.Map;
|
|
|
|
import org.alfresco.opencmis.OpenCMISClientContext;
|
|
import org.alfresco.rest.api.tests.RepoService.TestNetwork;
|
|
import org.apache.chemistry.opencmis.commons.enums.BindingType;
|
|
import org.apache.chemistry.opencmis.tck.impl.AbstractSessionTestGroup;
|
|
import org.apache.chemistry.opencmis.tck.impl.JUnitHelper;
|
|
import org.apache.chemistry.opencmis.tck.impl.TestParameters;
|
|
import org.apache.chemistry.opencmis.tck.tests.basics.BasicsTestGroup;
|
|
import org.apache.chemistry.opencmis.tck.tests.control.ControlTestGroup;
|
|
import org.apache.chemistry.opencmis.tck.tests.crud.CRUDTestGroup;
|
|
import org.apache.chemistry.opencmis.tck.tests.filing.FilingTestGroup;
|
|
import org.apache.chemistry.opencmis.tck.tests.query.ContentChangesSmokeTest;
|
|
import org.apache.chemistry.opencmis.tck.tests.query.QueryForObject;
|
|
import org.apache.chemistry.opencmis.tck.tests.query.QueryLikeTest;
|
|
import org.apache.chemistry.opencmis.tck.tests.versioning.CheckedOutTest;
|
|
import org.apache.chemistry.opencmis.tck.tests.versioning.VersionDeleteTest;
|
|
import org.apache.chemistry.opencmis.tck.tests.versioning.VersioningSmokeTest;
|
|
import org.apache.chemistry.opencmis.tck.tests.versioning.VersioningStateCreateTest;
|
|
import org.apache.commons.logging.Log;
|
|
import org.apache.commons.logging.LogFactory;
|
|
import org.junit.AfterClass;
|
|
import org.junit.Before;
|
|
import org.junit.Test;
|
|
|
|
/**
|
|
* OpenCMIS TCK unit tests.
|
|
*
|
|
* @author steveglover
|
|
*
|
|
*/
|
|
public class TestPublicApiAtomPub10TCK extends AbstractEnterpriseOpenCMIS10TCKTest
|
|
{
|
|
private static final String CMIS_URL = "http://{0}:{1}/{2}/api/{3}/{4}/cmis/versions/1.0/atom";
|
|
protected static final Log logger = LogFactory.getLog(TestPublicApiAtomPub10TCK.class);
|
|
|
|
@Before
|
|
public void before() throws Exception
|
|
{
|
|
int port = getTestFixture().getJettyComponent().getPort();
|
|
TestNetwork network = getTestFixture().getRandomNetwork();
|
|
Map<String, String> cmisParameters = new HashMap<String, String>();
|
|
cmisParameters.put(TestParameters.DEFAULT_RELATIONSHIP_TYPE, "R:cm:replaces");
|
|
clientContext = new OpenCMISClientContext(BindingType.ATOMPUB,
|
|
MessageFormat.format(CMIS_URL, "localhost", String.valueOf(port), "alfresco", network.getId(), "public"),
|
|
"admin@" + network.getId(), "admin", cmisParameters);
|
|
|
|
}
|
|
|
|
@AfterClass
|
|
public static void shutdown() throws Exception
|
|
{
|
|
}
|
|
|
|
@Test
|
|
public void testCMISTCKBasics() throws Exception
|
|
{
|
|
BasicsTestGroup basicsTestGroup = new BasicsTestGroup();
|
|
JUnitHelper.run(basicsTestGroup);
|
|
}
|
|
|
|
@Test
|
|
public void testCMISTCKCRUD() throws Exception
|
|
{
|
|
CRUDTestGroup crudTestGroup = new CRUDTestGroup();
|
|
JUnitHelper.run(crudTestGroup);
|
|
}
|
|
|
|
@Test
|
|
public void testCMISTCKVersioning() throws Exception
|
|
{
|
|
OverrideVersioningTestGroup versioningTestGroup = new OverrideVersioningTestGroup();
|
|
JUnitHelper.run(versioningTestGroup);
|
|
}
|
|
|
|
@Test
|
|
public void testCMISTCKFiling() throws Exception
|
|
{
|
|
FilingTestGroup filingTestGroup = new FilingTestGroup();
|
|
JUnitHelper.run(filingTestGroup);
|
|
}
|
|
|
|
@Test
|
|
public void testCMISTCKControl() throws Exception
|
|
{
|
|
ControlTestGroup controlTestGroup = new ControlTestGroup();
|
|
JUnitHelper.run(controlTestGroup);
|
|
}
|
|
|
|
@Test
|
|
public void testCMISTCKQuery() throws Exception
|
|
{
|
|
OverrideQueryTestGroup queryTestGroup = new OverrideQueryTestGroup();
|
|
JUnitHelper.run(queryTestGroup);
|
|
}
|
|
|
|
private class OverrideVersioningTestGroup extends AbstractSessionTestGroup
|
|
{
|
|
@Override
|
|
public void init(Map<String, String> parameters) throws Exception
|
|
{
|
|
super.init(parameters);
|
|
|
|
setName("Versioning Test Group");
|
|
setDescription("Versioning tests.");
|
|
|
|
addTest(new VersioningSmokeTest());
|
|
addTest(new VersionDeleteTest());
|
|
addTest(new VersioningStateCreateTest());
|
|
// relies on Solr being available
|
|
addTest(new CheckedOutTest());
|
|
}
|
|
}
|
|
|
|
private class OverrideQueryTestGroup extends AbstractSessionTestGroup
|
|
{
|
|
@Override
|
|
public void init(Map<String, String> parameters) throws Exception
|
|
{
|
|
super.init(parameters);
|
|
|
|
setName("Query Test Group");
|
|
setDescription("Query and content changes tests.");
|
|
|
|
// this is failing because of an MT issue (the thread is a specific tenant but the DB metadata query is searching
|
|
// against the workspace://SpacesStore)
|
|
// addTest(new QuerySmokeTest());
|
|
// The test fails on Lucene see MNT-11223
|
|
// addTest(new QueryRootFolderTest());
|
|
addTest(new QueryForObject());
|
|
addTest(new QueryLikeTest());
|
|
addTest(new ContentChangesSmokeTest());
|
|
}
|
|
}
|
|
} |