Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Notot2013-05-16 12:55:34 +0000
committerMikaƫl Barbero2013-05-24 13:35:44 +0000
commit5418a5d8c5c0dc1092316c3e91f23bc4e796a152 (patch)
treed31f06c23be9de81b8c25da65556886540825085 /plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/executionSpecification/AddActionExecutionSpecificationTest.java
parent415659a0e666d5702f6586e11fbf1a32a76766cb (diff)
downloadorg.eclipse.emf.compare-5418a5d8c5c0dc1092316c3e91f23bc4e796a152.tar.gz
org.eclipse.emf.compare-5418a5d8c5c0dc1092316c3e91f23bc4e796a152.tar.xz
org.eclipse.emf.compare-5418a5d8c5c0dc1092316c3e91f23bc4e796a152.zip
Add test to check intersections between macroscopic changes.
Diffstat (limited to 'plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/executionSpecification/AddActionExecutionSpecificationTest.java')
-rw-r--r--plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/executionSpecification/AddActionExecutionSpecificationTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/executionSpecification/AddActionExecutionSpecificationTest.java b/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/executionSpecification/AddActionExecutionSpecificationTest.java
index f5e567aa1..e7cf00bc7 100644
--- a/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/executionSpecification/AddActionExecutionSpecificationTest.java
+++ b/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/executionSpecification/AddActionExecutionSpecificationTest.java
@@ -327,6 +327,8 @@ public class AddActionExecutionSpecificationTest extends AbstractTest {
assertTrue(addCoveredInActionExecSpec.getEquivalence().getDifferences().contains(
addCoveredByInLifeline1_3));
+ testIntersections(comparison);
+
}
@Override

Back to the top