mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
... by explicitly passing QString arguments. Otherwise the string literals are implictly converted to bool and the wrong constructor is called. This is not an ideal solution as the API is still misleading, but I can't see an alternative solution without breaking API and making one of the constructors explicit or changing their signature.
Running tests ============= You can run all tests using "make check". Individual tests can be run using ctest. For example if the output of "make check" ends like this: The following tests FAILED: 77 - PyQgsLocalServer (Failed) You could re-run the failing test with: ctest -V -R PyQgsLocalServer