Skip to content

Commit

Permalink
Add missed deallocation in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondegraw committed Mar 12, 2015
1 parent fa32d1a commit a25ddf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tst/EnergyPlus/unit/AirflowNetworkBalanceManager.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ TEST( AirflowNetworkBalanceManagerTest, TestOtherSideCoefficients )

MultizoneSurfaceData.deallocate( );
MultizoneExternalNodeData.deallocate( );
Surface.deallocate( );
}


11 comments on commit a25ddf6

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1656 of 1656 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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - 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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Coverage Too Low

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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed

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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - x86_64-MacOS-10.9-clang: OK (1650 of 1650 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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - Win64-Windows-7-VisualStudio-12: OK (1656 of 1656 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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Coverage Too Low

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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - i386-Windows-7-VisualStudio-12: OK (1656 of 1656 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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed

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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (640 of 640 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.

89911514-Allow-OtherSideCoefficients-in-AFN (jasondegraw) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1149 of 1149 tests passed)

Build Badge Test Badge Coverage Badge

Please sign in to comment.