force-h2020 / force-wfmanager

Workflow manager: UI application for Business Decision System
Other
1 stars 0 forks source link

Investigate QItemSelectionModel message in unit test traceback #411

Open flongford opened 4 years ago

flongford commented 4 years ago

The TestSetupPane unit tests are outputting the following traceback when ran in the terminal:

QItemSelectionModel: Selecting when no model has been set will result in a no-op.

No failures or warnings are raised, so it's not clear what (if anything) is going wrong. We should investigate this further using Qt documentation: https://doc.qt.io/qt-5/qitemselectionmodel.html