Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwilk2012-01-23 20:10:30 +0000
committerRyan D. Brooks2012-01-23 20:10:30 +0000
commita58873342a3b4440e7590472007d0b1f8bdd21de (patch)
tree1925374aca06bc59c463f060da8c6a3df2a79d30
parent78b4baf2cc8e7d7198c8ac2ce274132834c0aea6 (diff)
downloadorg.eclipse.osee-a58873342a3b4440e7590472007d0b1f8bdd21de.tar.gz
org.eclipse.osee-a58873342a3b4440e7590472007d0b1f8bdd21de.tar.xz
org.eclipse.osee-a58873342a3b4440e7590472007d0b1f8bdd21de.zip
refactor: Test order adjustment on MasterTestSuite_DemoDbTests
-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