Skip to content

Commit

Permalink
Expect the foundation wall and floor warning for testing project.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Aug 9, 2023
1 parent c12230c commit 7e98ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_run_analysis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def _verify_outputs(cli_output_log, testing = false)
next if _expected_warning_message(message, 'No windows specified, the model will not include window heat transfer. [context: /HPXML/Building/BuildingDetails]')
next if _expected_warning_message(message, 'No interior lighting specified, the model will not include interior lighting energy use. [context: /HPXML/Building/BuildingDetails]')
next if _expected_warning_message(message, 'No exterior lighting specified, the model will not include exterior lighting energy use. [context: /HPXML/Building/BuildingDetails]')
next if _expected_warning_message(message, 'Home with unconditioned basement/crawlspace foundation type has both foundation wall insulation and floor insulation.')
end

flunk "Unexpected cli_output.log message found: #{message}"
Expand Down

0 comments on commit 7e98ca3

Please sign in to comment.