Import 2017-06-07 23:51:09: master 75d95d19

Author Committer Branch Timestamp Parent
msmolens msmolens master 2015-09-18 10:53:08 master fc57c6e6
Changeset

BUG: Fix py_nomainwindow_DCMTKPrivateDictTest on Windows

Test py_nomainwindow_DCMTKPrivateDictTest fails on Windows because of a line
ending issue. Although the test passed on a local build after r24557 [1], the
test still fails on factory-south-win7.kitware.

This commit changes the test to use Python's universal newlines [2] when parsing
dcmdump's output.

[1] http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=24557
[2] https://docs.python.org/2/glossary.html#term-universal-newlines

From: Max Smolens <max.smolens@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24563 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Applications/SlicerApp/Testing/Python/DCMTKPrivateDictTest.py Diff File