Author: Grid.Qian
Date: 2008-12-22 01:52:10 -0500 (Mon, 22 Dec 2008)
New Revision: 12798
Removed:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/
Modified:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/resultfile/PolicyPricingProcess.bpmn/Policy
Pricing/gpd.xml
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/resultfile/PolicyPricingProcess.bpmn/Policy
Pricing/processdefinition.xml
Log:
JBIDE-3449:fix the junit tests failed for bpmn -> jpdl
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF 2008-12-22
06:40:52 UTC (rev 12797)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/META-INF/MANIFEST.MF 2008-12-22
06:52:10 UTC (rev 12798)
@@ -14,4 +14,4 @@
org.eclipse.emf.ecore.xmi.impl,
org.osgi.framework
Bundle-ActivationPolicy: lazy
-Bundle-Vendor: %BundleProvider
\ No newline at end of file
+Bundle-Vendor: %BundleProvider
Modified:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/resultfile/PolicyPricingProcess.bpmn/Policy
Pricing/gpd.xml
===================================================================
---
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/resultfile/PolicyPricingProcess.bpmn/Policy
Pricing/gpd.xml 2008-12-22 06:40:52 UTC (rev 12797)
+++
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/resultfile/PolicyPricingProcess.bpmn/Policy
Pricing/gpd.xml 2008-12-22 06:52:10 UTC (rev 12798)
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<process-diagram name="Policy Pricing" width="1500"
height="214">
- <node width="100" height="40" name="Price Policy"
x="144" y="0"> <transition name="au_gen_3">
<label x="5" y="-10"/> </transition> </node>
<node width="100" height="40" name="Review Pricing"
x="555" y="141"> <transition name="au_gen_4">
<label x="5" y="-10"/> </transition> </node>
<node width="100" height="40" name="au_gen_1"
x="832" y="80"/> <node width="100"
height="40" name=" Price Calculated ?" x="373"
y="16"> <transition name="false"> <label
x="5" y="-10"/> </transition> <transition
name="true"> <label x="5" y="-10"/>
</transition> </node> <node width="100" height="40"
name="au_gen" x="16" y="80"> <transition
name="au_gen_2"> <label x="5" y="-10"/>
</transition> </node></process-diagram>
+<root-container name="Policy Pricing" width="1500"
height="214">
+ <node width="100" height="40" name="Price Policy"
x="144" y="0"> <edge name="to_nodename_3">
<label x="5" y="-10"/> </edge> </node> <node
width="100" height="40" name="Review Pricing"
x="555" y="141"> <edge name="to_nodename_4">
<label x="5" y="-10"/> </edge> </node>
<node width="100" height="40" name=" Price Calculated
?" x="373" y="16"> <edge name="false">
<label x="5" y="-10"/> </edge> <edge
name="true"> <label x="5" y="-10"/>
</edge> </node> <node width="100" height="40"
name="to_nodename" x="16" y="80"> <edge
name="to_nodename_2"> <label x="5" y="-10"/>
</edge> </node> <node width="100" height="40"
name="to_nodename_1" x="832"
y="80"/></root-container>
Modified:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/resultfile/PolicyPricingProcess.bpmn/Policy
Pricing/processdefinition.xml
===================================================================
---
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/resultfile/PolicyPricingProcess.bpmn/Policy
Pricing/processdefinition.xml 2008-12-22 06:40:52 UTC (rev 12797)
+++
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/resultfile/PolicyPricingProcess.bpmn/Policy
Pricing/processdefinition.xml 2008-12-22 06:52:10 UTC (rev 12798)
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="Policy
Pricing">
- <node name="Price Policy"> <transition name="au_gen_3"
to=" Price Calculated ?"/> </node> <start-state
name="au_gen"> <transition name="au_gen_2" to="Price
Policy"/> </start-state> <decision name=" Price Calculated
?"> <transition name="false" to="au_gen_1"/>
<transition name="true" to="Review Pricing"/> </decision>
<node name="Review Pricing"> <transition name="au_gen_4"
to="au_gen_1"/> </node> <end-state
name="au_gen_1"/></process-definition>
+ <node name="Price Policy"> <edge name="to_nodename_3"
to=" Price Calculated ?"/> </node> <start-state
name="to_nodename"> <edge name="to_nodename_2" to="Price
Policy"/> </start-state> <decision name=" Price Calculated
?"> <edge name="false" to="to_nodename_1"/>
<edge name="true" to="Review Pricing"/> </decision>
<node name="Review Pricing"> <edge name="to_nodename_4"
to="to_nodename_1"/> </node> <end-state
name="to_nodename_1"/></process-definition>
Show replies by date