summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2016-04-05 14:05:16 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-04-14 15:14:44 +0000
commit972eaad3123f0471345e514b6b7b095fe5728f6e (patch)
tree37aefa7c5f068c6469ccd04d3feb8dbc1724454f /tests
parent14c1090c89bba1af881d568274d4f1b9fe5f8a28 (diff)
Don't crash on misplaced <invoke>
Change-Id: I052261ef64ae4ada5c93211c61718cd81e4f0dd7 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qscxmlc/data/misplacedinvoke.scxml18
-rw-r--r--tests/auto/qscxmlc/tst_qscxmlc.qrc1
2 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/qscxmlc/data/misplacedinvoke.scxml b/tests/auto/qscxmlc/data/misplacedinvoke.scxml
new file mode 100644
index 0000000..fe5e5de
--- /dev/null
+++ b/tests/auto/qscxmlc/data/misplacedinvoke.scxml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scxml
+ xmlns="http://www.w3.org/2005/07/scxml"
+ xmlns:conf="http://www.w3.org/2005/scxml-conformance"
+ initial="p01" version="1.0">
+ <state id="p01">
+ <invoke type="http://Www.w3.org/TR/scxml/">
+ <content>
+ <scxml version="1.0" initial="subFinal1" datamodel="ecmascript">
+ <final id="subFinal1"></final>
+ </scxml>
+ <finalize>
+ <assign location="Var1" expr="_event.data.aParam"/>
+ </finalize>
+ </content>
+ </invoke>
+ </state>
+</scxml>
diff --git a/tests/auto/qscxmlc/tst_qscxmlc.qrc b/tests/auto/qscxmlc/tst_qscxmlc.qrc
index 85911ca..24ee227 100644
--- a/tests/auto/qscxmlc/tst_qscxmlc.qrc
+++ b/tests/auto/qscxmlc/tst_qscxmlc.qrc
@@ -1,6 +1,7 @@
<RCC>
<qresource prefix="/tst_qscxmlc">
<file>data/empty.scxml</file>
+ <file>data/misplacedinvoke.scxml</file>
<file>data/id000000sig11src000000opflip1pos24.scxml</file>
<file>data/id000001sig11src000000opflip1pos7243.scxml</file>
<file>data/id000002sig11src000000opflip1pos7244.scxml</file>