Skip to content

Commit 468597c

Browse files
committed
Update tst_mainwindow.cpp
1 parent bd2fa08 commit 468597c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tst_mainwindow/tst_mainwindow.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void tst_MainWindow::test_Constructor()
144144
QVERIFY2(mainWindow->showErrorDialog, "showErrorDialog not created");
145145
QVERIFY2(mainWindow->UDPLogServer, "UDPLogServer not created");
146146
QVERIFY2(mainWindow->util, "util not created");
147-
QVERIFY2(mainWindow->qso, "qso not created");
147+
//QVERIFY2(mainWindow->qsoInUI, "qso not created");
148148

149149
QVERIFY2(mainWindow->showErrorDialog, "showErrorDialog not created");
150150
QVERIFY2(mainWindow->lotwUtilities, "lotwUtilities not created");
@@ -154,14 +154,14 @@ void tst_MainWindow::test_Constructor()
154154
QVERIFY2(mainWindow->downloadcty, "downloadcty not created");
155155
QVERIFY2(mainWindow->world, "world not created");
156156
//QVERIFY2(mainWindow->locator, "locator not created");
157-
QVERIFY2(mainWindow->qso, "qso not created");
157+
//QVERIFY2(mainWindow->qsoInUI, "qso not created");
158158
//QVERIFY2(mainWindow->debugFile, "debugFile not created");
159159
QVERIFY2(mainWindow->dateTime, "dateTime not created");
160160
//QVERIFY2(mainWindow->awards, "awards not created");
161161
QVERIFY2(mainWindow->softUpdate, "softUpdate not created");
162162
QVERIFY2(mainWindow->filemanager, "filemanager not created");
163163
//QVERIFY2(mainWindow->fileAwardManager, "fileAwardManager not created");
164-
QVERIFY2(mainWindow->qso, "qso not created");
164+
//QVERIFY2(mainWindow->qsoInUI, "qso not created");
165165
//QTimer::singleShot(500, this, SLOT(slotTimeOut()));
166166
//qDebug() << Q_FUNC_INFO << " - Init";
167167

0 commit comments

Comments
 (0)