Skip to content

Commit

Permalink
Update edit tool test to set in white list the reused feature mapping…
Browse files Browse the repository at this point in the history
… in class diagram
  • Loading branch information
mbats committed Dec 27, 2013
1 parent 0f7ac2b commit 52fd2fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class DiagramElementMappingSpecificationTests {
"CD_BrokenAssociationToClasses", "SD_Lifeline Execution",
"CO_C_RequiredInterface2ProvidedInterface", "CO_C_Port2SubProvidedInterface",
"CO_C_SubRequiredInterface2Port", "CO_U_ComponentOrPort2Interface",
"CO_IR_Interface2ComponentOrPort");
"CO_IR_Interface2ComponentOrPort", "CD_ReusedMappingForFeatures");

private static Set<String> reconnectWhiteList = Sets.newHashSet("CD_BrokenAssociationToClasses",
"CD_NestedClass", "CD_BrokenAssociation", "CD_AssociationClassToAssociation", "PD_Extension",
Expand Down

0 comments on commit 52fd2fc

Please sign in to comment.