From ecb158cc683dea1e5fca2d27399edee5327c4c19 Mon Sep 17 00:00:00 2001 From: donald.g.dunne Date: Wed, 31 Aug 2016 09:14:28 -0700 Subject: refinement: Rename DemoDbInit launch config and class and add README.txt Change-Id: I7d518d77ca039e2608c82ee3ab31ba215c715279 --- .../DemoDbInitLba8.launch | 106 --------------------- .../DemoDbInit_Database.launch | 106 +++++++++++++++++++++ .../README.txt | 5 + .../ats/client/integration/DemoDbInitLba8.java | 27 ------ .../client/integration/DemoDbInit_Database.java | 27 ++++++ 5 files changed, 138 insertions(+), 133 deletions(-) delete mode 100644 plugins/org.eclipse.osee.ats.client.integration.tests/DemoDbInitLba8.launch create mode 100644 plugins/org.eclipse.osee.ats.client.integration.tests/DemoDbInit_Database.launch create mode 100644 plugins/org.eclipse.osee.ats.client.integration.tests/README.txt delete mode 100644 plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/DemoDbInitLba8.java create mode 100644 plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/DemoDbInit_Database.java (limited to 'plugins') diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/DemoDbInitLba8.launch b/plugins/org.eclipse.osee.ats.client.integration.tests/DemoDbInitLba8.launch deleted file mode 100644 index 94d31e38add..00000000000 --- a/plugins/org.eclipse.osee.ats.client.integration.tests/DemoDbInitLba8.launch +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/DemoDbInit_Database.launch b/plugins/org.eclipse.osee.ats.client.integration.tests/DemoDbInit_Database.launch new file mode 100644 index 00000000000..14ac210a16b --- /dev/null +++ b/plugins/org.eclipse.osee.ats.client.integration.tests/DemoDbInit_Database.launch @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/README.txt b/plugins/org.eclipse.osee.ats.client.integration.tests/README.txt new file mode 100644 index 00000000000..daa3985e55b --- /dev/null +++ b/plugins/org.eclipse.osee.ats.client.integration.tests/README.txt @@ -0,0 +1,5 @@ +AtsClient_Integration_TestSuite.launch - Does same as DemoDbInit_Database and DOES run all ATS Integration tests + +DemoDbInit_Database.launch - Initializes a Demo Database along with ATS and created Demo + data with imported requirements, ATS configuration, ATS workflows and Branches. This + launch does NOT run any tests. diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/DemoDbInitLba8.java b/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/DemoDbInitLba8.java deleted file mode 100644 index abbc3b5ca8c..00000000000 --- a/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/DemoDbInitLba8.java +++ /dev/null @@ -1,27 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2015 Boeing. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * Boeing - initial API and implementation - *******************************************************************************/ -package org.eclipse.osee.ats.client.integration; - -import org.eclipse.osee.ats.client.integration.tests.DemoDbPopulateSuite; -import org.eclipse.osee.ats.client.integration.tests.util.DbInitTest; -import org.junit.runner.RunWith; -import org.junit.runners.Suite; - -/** - * Db Init database and populate with demo data. No extra tests run. - * - * @author Donald G. Dunne - */ -@RunWith(Suite.class) -@Suite.SuiteClasses({DbInitTest.class, DemoDbPopulateSuite.class}) -public class DemoDbInitLba8 { - // Test Suite -} diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/DemoDbInit_Database.java b/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/DemoDbInit_Database.java new file mode 100644 index 00000000000..b8823bfccdb --- /dev/null +++ b/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/DemoDbInit_Database.java @@ -0,0 +1,27 @@ +/******************************************************************************* + * Copyright (c) 2015 Boeing. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Boeing - initial API and implementation + *******************************************************************************/ +package org.eclipse.osee.ats.client.integration; + +import org.eclipse.osee.ats.client.integration.tests.DemoDbPopulateSuite; +import org.eclipse.osee.ats.client.integration.tests.util.DbInitTest; +import org.junit.runner.RunWith; +import org.junit.runners.Suite; + +/** + * Db Init database and populate with demo data. No extra tests run. + * + * @author Donald G. Dunne + */ +@RunWith(Suite.class) +@Suite.SuiteClasses({DbInitTest.class, DemoDbPopulateSuite.class}) +public class DemoDbInit_Database { + // Test Suite +} -- cgit v1.2.1