targets/Linux/XSD
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Fri, 13 Oct 2017 13:17:42 +0300 |
changeset 1871 |
933fbe9a5e2c |
parent 204 |
f572ab819769
|
child 3732 |
929276eea252 |
permissions |
-rwxr-xr-x |
fix problem happend when tests are running under python-coverage
$ python-coverage run ./tests/tools/test_application.py
Exception while connecting LOCAL://!
Traceback (most recent call last):
File "/home/developer/WorkData/PLC/beremiz/beremiz/ProjectController.py", line 1753, in _Connect
self._SetConnector(connectors.ConnectorFactory(uri, self)
File "/home/developer/WorkData/PLC/beremiz/beremiz/ProjectController.py", line 1702, in _SetConnector
if connector is not None:
PyAssertionError: C++ assertion "m_window" failed at ../src/gtk/dcclient.cpp(2043) in DoGetSize(): GetSize() doesn't work without window
203
|
1 |
|
|
2 |
<xsd:element name="Linux">
|
|
3 |
<xsd:complexType>
|
|
4 |
%(toolchain_gcc)s
|
|
5 |
</xsd:complexType>
|
|
6 |
</xsd:element> |