Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandotonon committed Apr 20, 2024
1 parent d3fe435 commit 7687ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mainwindow_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ TEST_F(MainWindowTest, ChooseAmbientLight) {
EXPECT_EQ(ambientLightColour.g, testColor.greenF());
EXPECT_EQ(ambientLightColour.b, testColor.blueF());
}
/*

TEST_F(MainWindowTest, ChooseViewportOptions) {
auto actionSingle = mainWindow->findChild<QAction*>("actionSingle");
auto actionSideBySide = mainWindow->findChild<QAction*>("action1x1_Side_by_Side");
Expand Down Expand Up @@ -151,7 +151,7 @@ TEST_F(MainWindowTest, ChooseViewportOptions) {
ASSERT_FALSE(actionSingle->isChecked());
ASSERT_FALSE(actionSideBySide->isChecked());
ASSERT_TRUE(actionUpperLower->isChecked());
} failing on GH Actions */
}

TEST_F(MainWindowTest, AddViewport) {
auto actionAddViewport = mainWindow->findChild<QAction*>("actionAdd_Viewport");
Expand Down

0 comments on commit 7687ee8

Please sign in to comment.