Skip to content

Use last suffix for xml test file extension when recording

pqTestUtiliy::recordTests() and pqTestUtility::playTests() use the complete suffix from the filename as the extension (starting from the first "."). This is changed to the last suffix (starting from the last ".") in case users create a file that has multiple dots in the filename.

fixes paraview#20115 (closed)

Edited by Feimi Yu

Merge request reports