mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Antlr updates and embed gunit tests for lexer and parser tests - first tests for CMIS and FTS
- updates before starting MOB-568 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13672 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1703,7 +1703,15 @@ public class QueryTest extends BaseCMISTest
|
||||
query = "SELECT D.*, T.* FROM CM_TITLED T JOIN DOCUMENT D ON (D.OBJECTID = T.OBJECTID)";
|
||||
parse(query);
|
||||
}
|
||||
|
||||
public void testParseIssues() throws RecognitionException
|
||||
{
|
||||
String query = "SELECT Name, ObjectId, asdf asdfasdf asdfasdf asdfasdfasdf FROM DOCUMENT";
|
||||
parse(query);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void testAspectProperties()
|
||||
{
|
||||
CMISQueryOptions options = new CMISQueryOptions("SELECT * FROM CM_OWNABLE O", rootNodeRef.getStoreRef());
|
||||
|
Reference in New Issue
Block a user