Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-03-10 17:03:27 +0000
committerChristian W. Damus2014-03-10 17:04:21 +0000
commit57e7f1a0309e2ea424dbfb70585ff783382332d1 (patch)
treea6b97ec0d36832151c870bd9a05c0386b9790009 /features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature
parenta59b457377f3e95eb4142786ffcbb347b7e32fb7 (diff)
downloadorg.eclipse.papyrus-57e7f1a0309e2ea424dbfb70585ff783382332d1.tar.gz
org.eclipse.papyrus-57e7f1a0309e2ea424dbfb70585ff783382332d1.tar.xz
org.eclipse.papyrus-57e7f1a0309e2ea424dbfb70585ff783382332d1.zip
[Tests] Update and reintegrate UML model wizard tests
Fix test exceptions that occur when the run-time configuration includes the CDO Integration plug-ins. Fix various test assertions to match the current API and requirements. Add the test plug-in into the test features so that it will be included in the Hudson test execution.
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml
index 50080ba0d40..fb57649990f 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.tests.uml.diagram.feature" label="Tests UML Diagram Feature (Incubation)" provider-name="Eclipse Modeling Project" version="1.0.0.qualifier">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2011 CEA LIST
+ Copyright (c) 2011, 2014 CEA LIST and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License
v1.0
@@ -71,5 +71,7 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
<plugin download-size="0" id="org.eclipse.papyrus.uml.diagram.sequence.tests" install-size="0" unpack="false" version="0.0.0"/>
<plugin download-size="0" id="org.eclipse.papyrus.uml.diagram.composite.tests" install-size="0" unpack="false" version="0.0.0"/>
+
+ <plugin download-size="0" id="org.eclipse.papyrus.uml.diagram.wizards.tests" install-size="0" unpack="false" version="0.0.0"/>
</feature> \ No newline at end of file

Back to the top