summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2016-07-26 14:43:36 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2016-07-28 08:02:14 +0000
commit1b002a4aa4ef2eaf863e6d036ca92da2305a8bfd (patch)
tree4780450ffc515d1c676cd96be71620fe426a8f3d /tests
parent07eeac08a42f481fb3e599e212d032e1983f4f63 (diff)
Generate unique class names for sub machines
Change-Id: I3a83e12a611a6c4c2ab86a45b44e168b62bb7da3 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/compiled/submachineA.scxml2
-rw-r--r--tests/auto/compiled/submachineB.scxml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/compiled/submachineA.scxml b/tests/auto/compiled/submachineA.scxml
index b72a048..0924b2e 100644
--- a/tests/auto/compiled/submachineA.scxml
+++ b/tests/auto/compiled/submachineA.scxml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0">
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" name="SubMachine">
<final id="topState"/>
</scxml>
diff --git a/tests/auto/compiled/submachineB.scxml b/tests/auto/compiled/submachineB.scxml
index b72a048..0924b2e 100644
--- a/tests/auto/compiled/submachineB.scxml
+++ b/tests/auto/compiled/submachineB.scxml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0">
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" name="SubMachine">
<final id="topState"/>
</scxml>