tests/python/beremiz.xml
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Tue, 20 Dec 2016 17:11:36 +0300
changeset 1610 31703a04789a
parent 1401 611fded24ce4
child 2231 7d87a0f98345
permissions -rw-r--r--
fix problem with SFC action/transition rename

Traceback (most recent call last):
File "/home/developer/WorkData/PLC/beremiz/beremiz/IDEFrame.py", line
1636, in OnProjectTreeItemEndEdit
elif new_name.upper() in [name.upper() for name in
self.Controler.GetProjectPouVariableNames(pou_name) if name !=
old_name]:
NameError: global name 'pou_name' is not defined
1401
611fded24ce4 Pair with matiec a51a3bb4d613. Re-enable resource add/remove, updated CFLAGS, disabled broken global FG test in tests/python
Edouard Tisserant
parents: 859
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
859
dbf82971f09d More pedagogical tests/python. Should be renamed python_ctypes_and_C_pragmas_in_ST or something
Edouard Tisserant
parents: 763
diff changeset
     2
<BeremizRoot URI_location="LOCAL://">
728
e0424e96e3fd refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
Edouard Tisserant
parents: 470
diff changeset
     3
  <TargetType/>
e0424e96e3fd refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
Edouard Tisserant
parents: 470
diff changeset
     4
</BeremizRoot>