mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Tweaked method order to allow test to run correctly
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42029 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -197,7 +197,7 @@ public class UserUsageTrackingComponentTest extends TestCase
|
|||||||
return personContent;
|
return personContent;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testEnableDisableCollapse()
|
public void test1EnableDisableCollapse()
|
||||||
{
|
{
|
||||||
String fileNamePrefix = "TEST";
|
String fileNamePrefix = "TEST";
|
||||||
|
|
||||||
@@ -288,7 +288,7 @@ public class UserUsageTrackingComponentTest extends TestCase
|
|||||||
checkCleared();
|
checkCleared();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testRecalculateUserUsage() throws Exception
|
public void test2RecalculateUserUsage() throws Exception
|
||||||
{
|
{
|
||||||
Map<String, Long> expectedResultsA = createUsersAndContent("A");
|
Map<String, Long> expectedResultsA = createUsersAndContent("A");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user