Skip to content

Commit

Permalink
Fix up new unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondegraw committed Feb 15, 2021
1 parent 65feb3d commit 487c153
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tst/EnergyPlus/unit/LowTempRadiantSystem.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1404,13 +1404,17 @@ TEST_F(LowTempRadiantSystemTest, SimulateCapacityPerFloorAreaError)
" 6.0, 6.0, 6.0, !- X,Y,Z ==> Vertex 3 {m}",
" 0.0, 6.0, 6.0; !- X,Y,Z ==> Vertex 4 {m}",

" Construction:InternalSource,",
" Slab Floor with Radiant, !- Name",
" ConstructionProperty:InternalHeatSource,",
" Radiant Source, !- Name",
" Slab Floor with Radiant, !- Construction Name",
" 3, !- Source Present After Layer Number",
" 3, !- Temperature Calculation Requested After Layer Number",
" 1, !- Dimensions for the CTF Calculation",
" 0.1524, !- Tube Spacing {m}",
" 0.0, !- Two-Dimensional Position of Interior Temperature Calculation Request",
" 0.0; !- Two-Dimensional Position of Interior Temperature Calculation Request",

" Construction,",
" Slab Floor with Radiant, !- Name",
" CONCRETE - DRIED SAND AND GRAVEL 4 IN, !- Outside Layer",
" INS - EXPANDED EXT POLYSTYRENE R12 2 IN, !- Layer 2",
" GYP1, !- Layer 3",
Expand Down

5 comments on commit 487c153

@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.

remodify-source-input (jasondegraw) - x86_64-MacOS-10.15-clang-11.0.0: OK (3011 of 3016 tests passed, 31 test warnings)

Messages:\n

  • 5 tests had: Table big diffs.
  • 31 tests had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 712
  • Failed: 5

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

remodify-source-input (jasondegraw) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3050 of 3056 tests passed, 31 test warnings)

Messages:\n

  • 6 tests had: Table big diffs.
  • 31 tests had: Table small diffs.
  • 1 test had: EIO diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: MTR small diffs.

Failures:\n

regression Test Summary

  • Passed: 731
  • Failed: 6

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

remodify-source-input (jasondegraw) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1580 of 1580 tests passed, 0 test warnings)

Build Badge Test Badge Coverage 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.

remodify-source-input (jasondegraw) - Win64-Windows-10-VisualStudio-16: Tests Failed (2 of 2272 tests passed, 0 test warnings)

Failures:\n

API Test Summary

  • Exit code 0xc0000135
    : 3
  • Failed: 1

integration Test Summary

  • Passed: 2
  • Failed: 717

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

remodify-source-input (jasondegraw) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (722 of 722 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.