Skip to content

UnitTestPolygonReadWrite: import .vtp file instead of .map file

T.J. Corona requested to merge tjcorona/smtk:fix-unit-test into master

smtk::session::polygon's Import operation requires Remus to read .map files, but the logic behind this dependency is convoluted. Rather than dealing with legacy code, this MR simply swaps the test .map input file with a .vtp input file for UnitTestPolygonReadWrite.

Merge request reports