From 2b684af581e062b49653b726f7746f6187207972 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Sun, 4 Dec 2016 07:39:03 +0000 Subject: [PATCH] Do not set z and t on shape --- .../tools/OmeroPy/test/integration/test_figureExportScripts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/tools/OmeroPy/test/integration/test_figureExportScripts.py b/components/tools/OmeroPy/test/integration/test_figureExportScripts.py index 8211175f258..e5bb2a76bd8 100644 --- a/components/tools/OmeroPy/test/integration/test_figureExportScripts.py +++ b/components/tools/OmeroPy/test/integration/test_figureExportScripts.py @@ -495,8 +495,6 @@ def addRectangleRoi(updateService, x, y, width, height, imageId): rect.y = omero.rtypes.rdouble(y) rect.width = omero.rtypes.rdouble(width) rect.height = omero.rtypes.rdouble(height) - rect.theZ = omero.rtypes.rint(0) - rect.theT = omero.rtypes.rint(0) rect.locked = omero.rtypes.rbool(True) # don't allow editing rect.strokeWidth = omero.model.LengthI() rect.strokeWidth.setValue(1.0)