From 7e98ca3654a9ba1f000f3933d4c55acbf2d23df3 Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Wed, 9 Aug 2023 16:20:44 -0700 Subject: [PATCH] Expect the foundation wall and floor warning for testing project. --- test/test_run_analysis.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_run_analysis.rb b/test/test_run_analysis.rb index 0125c13563..f8dbaba38d 100644 --- a/test/test_run_analysis.rb +++ b/test/test_run_analysis.rb @@ -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}"