Execution Time0.19s

Test: test_geometry_topology_data (Failed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON (bwh002376.bwh.harvard.edu) on 2016-03-24 23:01:46
Repository revision: 1bf2b0484dfa98923b043d3aa14046e9e0e8389b

Exit Value1

Show Command Line
Display graphs:

Test output
.F
======================================================================
FAIL: Create a GeometryTopology object that must be equal to the one in xml_file.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/acil-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/utils/tests/test_geometry_topology_data.py", line 46, in test_geometry_topology_data_write_read
    assert xml == expectedOutput, "XML generated: " + xml
AssertionError: XML generated: <?xml version="1.0" encoding="utf8"?><GeometryTopologyData><NumDimensions>3</NumDimensions><CoordinateSystem>RAS</CoordinateSystem><LPStoIJKTransformationMatrix><value>-1.900000</value><value>0.000000</value><value>0.000000</value><value>250.000000</value><value>0.000000</value><value>-1.900000</value><value>0.000000</value><value>510.000000</value><value>0.000000</value><value>0.000000</value><value>2.000000</value><value>724.000000</value><value>0.000000</value><value>0.000000</value><value>0.000000</value><value>1.000000</value></LPStoIJKTransformationMatrix><Point><Id>1</Id><ChestRegion>2</ChestRegion><ChestType>5</ChestType><ImageFeature>1</ImageFeature><Description>My desc</Description><Timestamp>2016-03-24 23:04:36</Timestamp><UserName>acil-user</UserName><MachineName>bwh002376.bwh.harvard.edu</MachineName><Coordinate><value>2.000000</value><value>3.500000</value><value>3.000000</value></Coordinate></Point><Point><Id>2</Id><ChestRegion>2</ChestRegion><ChestType>5</ChestType><ImageFeature>1</ImageFeature><Timestamp>2016-03-24 23:04:36</Timestamp><UserName>acil-user</UserName><MachineName>bwh002376.bwh.harvard.edu</MachineName><Coordinate><value>2</value><value>3</value><value>3</value></Coordinate></Point><BoundingBox><Id>3</Id><ChestRegion>2</ChestRegion><ChestType>5</ChestType><ImageFeature>1</ImageFeature><Timestamp>2016-03-24 23:04:36</Timestamp><UserName>acil-user</UserName><MachineName>bwh002376.bwh.harvard.edu</MachineName><Start><value>2</value><value>3</value><value>3</value></Start><Size><value>1</value><value>1</value><value>4</value></Size></BoundingBox><BoundingBox><Id>4</Id><ChestRegion>2</ChestRegion><ChestType>5</ChestType><ImageFeature>1</ImageFeature><Timestamp>2016-03-24 23:04:36</Timestamp><UserName>acil-user</UserName><MachineName>bwh002376.bwh.harvard.edu</MachineName><Start><value>2.000000</value><value>3.500000</value><value>3.000000</value></Start><Size><value>1.000000</value><value>1.000000</value><value>3.000000</value></Size></BoundingBox></GeometryTopologyData>

----------------------------------------------------------------------
Ran 2 tests in 0.014s

FAILED (failures=1)