mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
57386: Following changes for MNT-9759, I think this test should now use _ in the page name. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61813 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -78,8 +78,8 @@ public class WikiRestApiTest extends BaseWebScriptTest
|
||||
private static final String SITE_SHORT_NAME_WIKI = "WikiSiteShortNameTest";
|
||||
|
||||
private static final String PAGE_TITLE_ONE = "TestPageOne";
|
||||
private static final String PAGE_TITLE_TWO = "Test Page Two";
|
||||
private static final String PAGE_TITLE_THREE = "Still Test Page Three";
|
||||
private static final String PAGE_TITLE_TWO = "Test_Page_Two";
|
||||
private static final String PAGE_TITLE_THREE = "Still_Test_Page_Three";
|
||||
private static final String PAGE_CONTENTS_ONE = "http://google.com/";
|
||||
private static final String PAGE_CONTENTS_TWO = "http://alfresco.com/";
|
||||
private static final String PAGE_CONTENTS_THREE = "http://share.alfresco.com/";
|
||||
|
Reference in New Issue
Block a user