planetfederal / qgis-geogiglight-plugin

GNU General Public License v2.0
19 stars 9 forks source link

python error in test "change layer version" #108

Closed gioman closed 7 years ago

gioman commented 7 years ago

it actually happens after the change of version is done (and works) and "next step" is clicked:

Traceback (most recent call last): File "/home/giovanni/.qgis2/python/plugins/qgistester/testerwidget.py", line 119, in runNextStep execute(step.function) File "/home/giovanni/.qgis2/python/plugins/qgistester/utils.py", line 70, in execute return func() File "/home/giovanni/.qgis2/python/plugins/geogig/tests/testplugin.py", line 407, in test.addStep("Check context menu info", lambda: _checkContextMenuInfo("third")) File "/home/giovanni/.qgis2/python/plugins/geogig/tests/testplugin.py", line 297, in _checkContextMenuInfo assert text in actions[0].text().lower() AssertionError

gioman commented 7 years ago

Fixed or no more replicable.