mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fomatting in passing
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54868 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -42,9 +42,10 @@ import org.junit.runners.Suite;
|
||||
* @author Derek Hulley
|
||||
*/
|
||||
@RunWith(Suite.class)
|
||||
@Suite.SuiteClasses({
|
||||
NodeDAOTest.class,
|
||||
ContentDataDAOTest.class,
|
||||
@Suite.SuiteClasses(
|
||||
{
|
||||
NodeDAOTest.class,
|
||||
ContentDataDAOTest.class,
|
||||
EncodingDAOTest.class,
|
||||
LockDAOTest.class,
|
||||
MimetypeDAOTest.class,
|
||||
@@ -59,8 +60,8 @@ import org.junit.runners.Suite;
|
||||
SOLRDAOTest.class,
|
||||
TenantAdminDAOTest.class,
|
||||
CannedQueryDAOTest.class
|
||||
|
||||
})
|
||||
public class DomainTestSuite {
|
||||
public class DomainTestSuite
|
||||
{
|
||||
// Intentionally empty
|
||||
}
|
||||
|
Reference in New Issue
Block a user