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:
Nick Burch
2011-08-12 17:40:32 +00:00
parent 8a5e56518c
commit 0c069e0062
2 changed files with 4 additions and 4 deletions

View File

@@ -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]]";