Skip to content

Commit

Permalink
Another attempt to fix EvaporativeCoolers.IndEvapCoolerPower unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Mar 6, 2015
1 parent 9b0989c commit c19269b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tst/EnergyPlus/unit/EvaporativeCoolers.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ TEST( EvaporativeCoolers, IndEvapCoolerPower )
CurveNum = 1;
EvaporativeCoolers::EvapCond( EvapCoolNum ).FanPowerModifierCurveIndex = CurveNum;

PerfCurve.allocate( 1 );
PerfCurve( CurveNum ).CurveType = Quadratic;
PerfCurve( CurveNum ).ObjectType = CurveType_Quadratic;
PerfCurve( CurveNum ).InterpolationType = EvaluateCurveToLimits;
Expand Down Expand Up @@ -204,4 +205,5 @@ TEST( EvaporativeCoolers, IndEvapCoolerPower )
EXPECT_EQ( 150.0, EvaporativeCoolers::EvapCond( EvapCoolNum ).EvapCoolerPower );

EvaporativeCoolers::EvapCond.deallocate( );
PerfCurve.deallocate( );
}

7 comments on commit c19269b

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

75127368_DCFSEC (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1644 of 1651 tests passed)

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.

75127368_DCFSEC (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

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

75127368_DCFSEC (mjwitte) - x86_64-MacOS-10.9-clang: OK (1638 of 1645 tests passed)

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.

75127368_DCFSEC (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1644 of 1651 tests passed)

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.

75127368_DCFSEC (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (634 of 635 tests passed)

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.

75127368_DCFSEC (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1644 of 1651 tests passed)

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.

75127368_DCFSEC (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1142 of 1144 tests passed)

Build Badge Test Badge Coverage Badge

Please sign in to comment.