Skip to content

Commit

Permalink
fixing weird indent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Nov 15, 2016
1 parent 0c1e357 commit d2e806a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tst/EnergyPlus/unit/HeatingCoils.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ namespace EnergyPlus {

TEST_F( EnergyPlusFixture, HeatingCoils_FuelTypePropaneGas ) {
std::string const idf_objects = delimited_string({
"Coil:Heating:Fuel,",
" Furnace Coil, !- Name",
" , !- Availability Schedule Name",
" PropaneGas, !- FuelType",
" 0.8, !- Gas Burner Efficiency",
" 20000, !- Nominal Capacity {W}",
" Heating Coil Air Inlet Node, !- Air Inlet Node Name",
" Air Loop Outlet Node; !- Air Outlet Node Name"
"Coil:Heating:Fuel,",
" Furnace Coil, !- Name",
" , !- Availability Schedule Name",
" PropaneGas, !- FuelType",
" 0.8, !- Gas Burner Efficiency",
" 20000, !- Nominal Capacity {W}",
" Heating Coil Air Inlet Node, !- Air Inlet Node Name",
" Air Loop Outlet Node; !- Air Outlet Node Name"
});

ASSERT_FALSE( process_idf( idf_objects ) );
Expand Down

8 comments on commit d2e806a

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

heatingcoil_propane_bugfix (nmerket) - x86_64-MacOS-10.9-clang: OK (2340 of 2340 tests passed, 0 test warnings)

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.

heatingcoil_propane_bugfix (nmerket) - i386-Windows-7-VisualStudio-12: OK (2344 of 2346 tests passed, 0 test warnings)

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.

heatingcoil_propane_bugfix (nmerket) - Win64-Windows-7-VisualStudio-12: OK (2346 of 2346 tests passed, 0 test warnings)

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.

heatingcoil_propane_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2380 of 2380 tests passed, 0 test warnings)

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.

heatingcoil_propane_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: 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.

heatingcoil_propane_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1198 of 1198 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.

heatingcoil_propane_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1773 of 1773 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.

heatingcoil_propane_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

Please sign in to comment.