Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-09-21 18:36:56 +0000
committerRyan D. Brooks2010-09-21 18:36:56 +0000
commit73a2f3612528f15ba50c82a46c85354cc2335e64 (patch)
tree34f87674c0e4a461ccc663ac5db705da1d805108 /plugins/org.eclipse.osee.framework.server.tests
parent3d24ac726505cce08494081af7a0202ad9abcee5 (diff)
downloadorg.eclipse.osee-73a2f3612528f15ba50c82a46c85354cc2335e64.tar.gz
org.eclipse.osee-73a2f3612528f15ba50c82a46c85354cc2335e64.tar.xz
org.eclipse.osee-73a2f3612528f15ba50c82a46c85354cc2335e64.zip
refactor: Improve formatting of AllServerTestsSuite
Diffstat (limited to 'plugins/org.eclipse.osee.framework.server.tests')
-rw-r--r--plugins/org.eclipse.osee.framework.server.tests/src/org/eclipse/osee/framework/server/tests/AllServerTestsSuite.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/org.eclipse.osee.framework.server.tests/src/org/eclipse/osee/framework/server/tests/AllServerTestsSuite.java b/plugins/org.eclipse.osee.framework.server.tests/src/org/eclipse/osee/framework/server/tests/AllServerTestsSuite.java
index c19fda88fd3..b767dc66930 100644
--- a/plugins/org.eclipse.osee.framework.server.tests/src/org/eclipse/osee/framework/server/tests/AllServerTestsSuite.java
+++ b/plugins/org.eclipse.osee.framework.server.tests/src/org/eclipse/osee/framework/server/tests/AllServerTestsSuite.java
@@ -30,19 +30,19 @@ import org.junit.runners.Suite;
* @author Roberto E. Escobar
*/
@RunWith(Suite.class)
-@Suite.SuiteClasses({ //
-JdkCoreTestSuite.class, //
- FrameworkCoreTestSuite.class, //
- AllCoreModelTestSuite.class, //
- AllCoreDatastoreTestSuite.class, //
- AllCoreMessageTestSuite.class, //
- CoreServerTestSuite.class, //
- BranchManagementTestSuite.class, //
- AllLifecycleTestSuite.class,//
- ResourceManagementTestSuite.class, //
- AttributeLocatorProviderTestSuite.class, //
- AttributeProviderTestSuite.class, //
- AllSearchEngineTestSuite.class, //
+@Suite.SuiteClasses({
+ JdkCoreTestSuite.class,
+ FrameworkCoreTestSuite.class,
+ AllCoreModelTestSuite.class,
+ AllCoreDatastoreTestSuite.class,
+ AllCoreMessageTestSuite.class,
+ CoreServerTestSuite.class,
+ BranchManagementTestSuite.class,
+ AllLifecycleTestSuite.class,
+ ResourceManagementTestSuite.class,
+ AttributeLocatorProviderTestSuite.class,
+ AttributeProviderTestSuite.class,
+ AllSearchEngineTestSuite.class,
AllDslIntegrationTestSuite.class,})
public class AllServerTestsSuite {
// All OSEE Application Server Test Suite

Back to the top