Execution Time0.45s

Test: test_region_type_parser (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON (WIN-VS2008) on 2016-07-28 00:08:14
Repository revision: 9237d6eba4457609be473e70e0117dedf4a04321

Exit Value1

Show Command Line
Display graphs:

Test output
.F.F.F
======================================================================
FAIL: test_region_type_parser.test_get_mask
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "D:\Projects\CIP-build\CIP-build\cip_python\utils\tests\test_region_type_parser.py", line 40, in test_get_mask
    "Mask is not as expected"
AssertionError: Mask is not as expected

======================================================================
FAIL: test_region_type_parser.test_get_all_chest_regions
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "D:\Projects\CIP-build\CIP-build\cip_python\utils\tests\test_region_type_parser.py", line 70, in test_get_all_chest_regions
    "Retrieved chest regions not as expected"
AssertionError: Retrieved chest regions not as expected

======================================================================
FAIL: test_region_type_parser.test_get_all_pairs
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "D:\Projects\CIP-build\CIP-build\cip_python\utils\tests\test_region_type_parser.py", line 83, in test_get_all_pairs
    "Retrieved pairs are not as expected"
AssertionError: Retrieved pairs are not as expected

----------------------------------------------------------------------
Ran 6 tests in 0.000s

FAILED (failures=3)