Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanluo113 committed Feb 11, 2020
1 parent 564fa46 commit 616381b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tst/EnergyPlus/unit/WindowManager.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2794,6 +2794,7 @@ TEST_F(EnergyPlusFixture, WindowManager_SrdLWRTest)
WindowManager::CalcWindowHeatBalance(2, DataHeatBalance::HConvIn(2), inSurfTemp, outSurfTemp);
// Test if LWR from surrounding surfaces correctly calculated
EXPECT_DOUBLE_EQ(StefanBoltzmann * 0.84 * 0.6 * (pow_4(25.0 + KelvinConv) - pow_4(thetas(1))), DataHeatBalSurface::QRadLWOutSrdSurfs(2));
EXPECT_NEAR(-63.6456, DataHeatBalSurface::QHeatEmiReport(2),3);
}
TEST_F(EnergyPlusFixture, WindowMaterialComplexShadeTest)
{
Expand Down

7 comments on commit 616381b

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix-window-heat-emission (xuanluo113) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2664 of 2666 tests passed, 1 test warnings)

Messages:\n

  • 1 test had: ESO big diffs.
  • 1 test had: Table big diffs.
  • 1 test had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 692
  • Failed: 2

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix-window-heat-emission (xuanluo113) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix-window-heat-emission (xuanluo113) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (11 of 11 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix-window-heat-emission (xuanluo113) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1276 of 1276 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix-window-heat-emission (xuanluo113) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (678 of 679 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 678
  • Timeout: 1

Build Badge Test Badge Coverage Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix-window-heat-emission (xuanluo113) - x86_64-MacOS-10.13-clang: OK (2624 of 2626 tests passed, 1 test warnings)

Messages:\n

  • 1 test had: ESO big diffs.
  • 1 test had: Table small diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 672
  • Failed: 2

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix-window-heat-emission (xuanluo113) - Win64-Windows-10-VisualStudio-16: OK (2624 of 2626 tests passed, 1 test warnings)

Messages:\n

  • 1 test had: ESO big diffs.
  • 1 test had: Table big diffs.
  • 1 test had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 672
  • Failed: 2

Build Badge Test Badge

Please sign in to comment.