updated migration of ExecutionNeed elements by considering ipc value specified at HwFeature
diff --git a/tests/org.eclipse.app4mc.amalthea.converters.093.test/TestModels/input/executionNeed_ipc/default1.amxmi b/tests/org.eclipse.app4mc.amalthea.converters.093.test/TestModels/input/executionNeed_ipc/default1.amxmi
new file mode 100644
index 0000000..01b14fd
--- /dev/null
+++ b/tests/org.eclipse.app4mc.amalthea.converters.093.test/TestModels/input/executionNeed_ipc/default1.amxmi
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<am:Amalthea xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:am="http://app4mc.eclipse.org/amalthea/0.9.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <hwModel>
+ <definitions xsi:type="am:ProcessingUnitDefinition" name="pudef2">
+ <features href="amlt:/#Instructions/ipc_2?type=HwFeature"/>
+ </definitions>
+ <featureCategories name="Ins">
+ <features name="IPC_3.0" value="3.0"/>
+ </featureCategories>
+ </hwModel>
+</am:Amalthea>