Task #9484 (closed)
gatewaytest: createTestImage
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4.4 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | cxallan, cneves, jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-08-28 (3) |
Description
Useful to have this functionality that is in https://github.com/openmicroscopy/openmicroscopy/blob/develop/components/tools/OmeroPy/test/integration/library.py#L195
available to gatewaytest. NB: should use conn.createImageFromNumpySeq()
This will mean less reliance on importing test images.
Change History (6)
comment:1 Changed 7 years ago by wmoore
- Status changed from new to accepted
comment:2 Changed 7 years ago by wmoore
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:3 Changed 7 years ago by Will Moore <will@…>
(In [66caa589456802ea7221589580e79827d51c0cbb/ome.git] on branch develop) createTestImage() for testdb_create /gatewaytest. See #9484
comment:4 Changed 7 years ago by Will Moore <will@…>
(In [b52ee69f038200a5308f6e78ccd276bccc1823be/ome.git] on branch develop) createTestImage() takes project and dataset as parents. See #9484
comment:5 Changed 7 years ago by Will Moore <will@…>
(In [e6b92021d1280ba9268385940aec80beed4b44fe/ome.git] on branch develop) gatewaytest/chgrp.py uses testCreateIamge(project=name) See #9484
comment:6 Changed 7 years ago by Will Moore <will@…>
(In [00cfed69c25cb4f5bb070a8d0472a92ed0ab5920/ome.git] on branch develop) Moved some of createTestImage() into new createPDTree(). See #9484
https://github.com/openmicroscopy/openmicroscopy/pull/295