Skip to content
Snippets Groups Projects
Commit 5966fb2c authored by tpylak's avatar tpylak
Browse files

minor: API test program

SVN: 22335
parent fd849b5b
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ public class LoadImagesScreeningClientApiTest
// Another way: PlateIdentifier.createFromAugmentedCode("/SPACE_CODE/MY_PLATE_CODE")
// PlateIdentifier plate = new PlateIdentifier("MY_PLATE_CODE", "SPACE_CODE", null);
String plateCode = "PLATE2"; // "PLATE-2-A";
String plateCode = "PLATE-2-A";
PlateIdentifier plate = new PlateIdentifier(plateCode, "TEST", null);
List<ImageDatasetReference> imageDatasets =
facade.listRawImageDatasets(Arrays.asList(plate));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment