| author | kwilk | 2012-01-23 15:10:30 (EST) |
|---|---|---|
| committer | Ryan D. Brooks | 2012-01-23 15:10:30 (EST) |
| commit | a58873342a3b4440e7590472007d0b1f8bdd21de (patch) (side-by-side diff) | |
| tree | 1925374aca06bc59c463f060da8c6a3df2a79d30 | |
| parent | 78b4baf2cc8e7d7198c8ac2ce274132834c0aea6 (diff) | |
| download | org.eclipse.osee-a58873342a3b4440e7590472007d0b1f8bdd21de.zip org.eclipse.osee-a58873342a3b4440e7590472007d0b1f8bdd21de.tar.gz org.eclipse.osee-a58873342a3b4440e7590472007d0b1f8bdd21de.tar.bz2 | |
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.java | 10 |
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 9e6c23c..1b9ee03 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}) /** |

