Skip to content

Commit

Permalink
Add a test for #9228
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Feb 22, 2022
1 parent e060ee6 commit 3060820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tst/EnergyPlus/unit/OutputReportTabularAnnual.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ TEST_F(EnergyPlusFixture, OutputReportTabularAnnual_GetInput)

state->dataGlobal->DoWeathSim = true;

EXPECT_FALSE(state->dataOutRptTab->WriteTabularFiles);
GetInputTabularAnnual(*state);
EXPECT_TRUE(state->dataOutRptTab->WriteTabularFiles);

EXPECT_EQ(state->dataOutputReportTabularAnnual->annualTables.size(), 1u);

Expand Down

0 comments on commit 3060820

Please sign in to comment.