Skip to content

Commit

Permalink
Fix for wall tests not being run.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Oct 12, 2019
1 parent d79d906 commit 961ded5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hpxml_translator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def _verify_simulation_outputs(runner, rundir, hpxml_path, results)
end

# Enclosure Walls
bldg_details.elements.each('Enclosure/Walls/Wall[extension[ExteriorAdjacentTo="outside"]]') do |wall|
bldg_details.elements.each('Enclosure/Walls/Wall[ExteriorAdjacentTo="outside"]') do |wall|
wall_id = wall.elements["SystemIdentifier"].attributes["id"].upcase

# R-value
Expand Down

0 comments on commit 961ded5

Please sign in to comment.