targets/Win32/XSD
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Fri, 13 Oct 2017 13:17:42 +0300 |
changeset 1871 |
933fbe9a5e2c |
parent 620 |
f2c6bb695cf5
|
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="Win32">
|
|
3 |
<xsd:complexType>
|
620
|
4 |
%(toolchain_gcc)s
|
203
|
5 |
</xsd:complexType>
|
|
6 |
</xsd:element>
|
|
7 |
|