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:
Kevin Roast
2012-09-26 10:53:32 +00:00
parent dbd9d842a6
commit 4d39879ab6

View File

@@ -197,7 +197,7 @@ public class UserUsageTrackingComponentTest extends TestCase
return personContent;
}
public void testEnableDisableCollapse()
public void test1EnableDisableCollapse()
{
String fileNamePrefix = "TEST";
@@ -288,7 +288,7 @@ public class UserUsageTrackingComponentTest extends TestCase
checkCleared();
}
public void testRecalculateUserUsage() throws Exception
public void test2RecalculateUserUsage() throws Exception
{
Map<String, Long> expectedResultsA = createUsersAndContent("A");