Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)

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.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@83122 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Will Abson
2014-09-03 18:06:52 +00:00
parent ec5b493b64
commit cf79281a30

View File

@@ -12,7 +12,7 @@ public class TCKEnterpriseTestFixture extends EnterpriseTestFixture
"rest-api-test-context.xml"
};
public final static String[] CLASS_LOCATIONS = new String[] {"classpath*:/publicapi/solr/"};
public final static String[] CLASS_LOCATIONS = new String[] {"classpath*:/publicapi/lucene/"};
private static TCKEnterpriseTestFixture instance;