Skip to content

Commit

Permalink
Fix StelSkyCultureMgr test
Browse files Browse the repository at this point in the history
  • Loading branch information
10110111 committed Dec 2, 2023
1 parent 797440e commit 97e411d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/testStelSkyCultureMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void TestStelSkyCultureMgr::testStelSkyCultureMgr()
QVERIFY(scMgr.setCurrentSkyCultureID("modern"));
QVERIFY(scMgr.getCurrentSkyCultureID()=="modern");
QVERIFY(scMgr.getCurrentSkyCultureEnglishName()=="Modern");
QVERIFY(scMgr.getCurrentSkyCultureBoundariesIdx()==StelSkyCulture::IAU);
QVERIFY(scMgr.getCurrentSkyCultureBoundariesType()==StelSkyCulture::BoundariesType::IAU);
QVERIFY(scMgr.getCurrentSkyCultureClassificationIdx()==StelSkyCulture::TRADITIONAL);
QVERIFY(scMgr.getSkyCultureListEnglish().contains("modern", Qt::CaseInsensitive));
QVERIFY(scMgr.getDirToNameMap().contains("modern"));
Expand Down

0 comments on commit 97e411d

Please sign in to comment.