Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/suite/MasterTestSuite_DemoDbTests.java')
-rw-r--r--plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/suite/MasterTestSuite_DemoDbTests.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/suite/MasterTestSuite_DemoDbTests.java b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/suite/MasterTestSuite_DemoDbTests.java
index 9e6c23c7c06..1b9ee036e63 100644
--- a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/suite/MasterTestSuite_DemoDbTests.java
+++ b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/suite/MasterTestSuite_DemoDbTests.java
@@ -37,17 +37,17 @@ import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
- Review_Demo_Suite.class,
- AtsTest_Demo_StateItem_Suite.class,
- AtsTest_Demo_Config_Suite.class,
- AtsTest_Demo_Suite.class,
AllAccessTestSuite.class,
CoreRuntimeFeatureTestsSuite.class,
- Coverage_Db_Suite.class,
FrameworkCore_Demo_Suite.class,
AllEventResTestSuite.class,
FrameworkUi_Demo_Suite.class,
AllDefineTestSuite.class,
+ Review_Demo_Suite.class,
+ AtsTest_Demo_StateItem_Suite.class,
+ AtsTest_Demo_Config_Suite.class,
+ AtsTest_Demo_Suite.class,
+ Coverage_Db_Suite.class,
// This should always be last test of master suite
DirtyArtifactCacheTest.class})
/**

Back to the top