wizardview: add tests & small issue fixes
1. Move accountStatusChanged and profileUpdated signals out from safeInit. 2. Add interrupter concept into Utils::oneShotConnect to avoid oneShotConnect being triggered after. 3. Add varieties of tests for wizardview including accounts creation tests (SIP, Jami, Rendezvous, Backup) 4. Remove uncleared stackLayoutIndex Gitlab: #470 Change-Id: I22c04811110b277eee53610f4ae34c924316a20a
Showing
- src/accountadapter.cpp 92 additions, 50 deletionssrc/accountadapter.cpp
- src/accountadapter.h 3 additions, 0 deletionssrc/accountadapter.h
- src/qtutils.h 31 additions, 0 deletionssrc/qtutils.h
- src/wizardview/WizardView.qml 23 additions, 10 deletionssrc/wizardview/WizardView.qml
- src/wizardview/components/CreateAccountPage.qml 16 additions, 0 deletionssrc/wizardview/components/CreateAccountPage.qml
- src/wizardview/components/CreateSIPAccountPage.qml 10 additions, 1 deletionsrc/wizardview/components/CreateSIPAccountPage.qml
- src/wizardview/components/ImportFromBackupPage.qml 6 additions, 0 deletionssrc/wizardview/components/ImportFromBackupPage.qml
- src/wizardview/components/ProfilePage.qml 4 additions, 0 deletionssrc/wizardview/components/ProfilePage.qml
- tests/qml/resources.qrc 1 addition, 0 deletionstests/qml/resources.qrc
- tests/qml/src/resources/gz_test.gz 0 additions, 0 deletionstests/qml/src/resources/gz_test.gz
- tests/qml/src/tst_FilesToSendContainer.qml 0 additions, 1 deletiontests/qml/src/tst_FilesToSendContainer.qml
- tests/qml/src/tst_MessageWebViewFooter.qml 0 additions, 1 deletiontests/qml/src/tst_MessageWebViewFooter.qml
- tests/qml/src/tst_WizardView.qml 519 additions, 0 deletionstests/qml/src/tst_WizardView.qml
Loading
Please register or sign in to comment