Skip to content

728 TestPlanPathNull: Fix

Rolf Madsen requested to merge 728-TestPlanPathNull into master
  • Avoid setting TestPlanPath if the value is null. Null means that the value does not exists. Parameters["x"] for unset values anyway gives null.
  • Added to unittest to verify that the right behavior exists for not set parameters.

Related: #728 (closed)

Merge request reports