mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
ALF-9153 Rename the discussions webscripts unit test to match the naming of the other similar rest tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29730 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -57,10 +57,10 @@ import org.json.JSONObject;
|
||||
/**
|
||||
* Unit Test to test Discussions Web Script API
|
||||
*/
|
||||
public class DiscussionServiceTest extends BaseWebScriptTest
|
||||
public class DiscussionRestApiTest extends BaseWebScriptTest
|
||||
{
|
||||
@SuppressWarnings("unused")
|
||||
private static Log logger = LogFactory.getLog(DiscussionServiceTest.class);
|
||||
private static Log logger = LogFactory.getLog(DiscussionRestApiTest.class);
|
||||
|
||||
private static final String DELETED_REPLY_POST_MARKER = "[[deleted]]";
|
||||
|
Reference in New Issue
Block a user