Skip to content

Commit

Permalink
PlateManagerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka committed May 2, 2024
1 parent b850124 commit e927c13
Show file tree
Hide file tree
Showing 4 changed files with 659 additions and 619 deletions.
3 changes: 2 additions & 1 deletion assay/src/org/labkey/assay/AssayModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
import org.labkey.assay.plate.PlateDocumentProvider;
import org.labkey.assay.plate.PlateImpl;
import org.labkey.assay.plate.PlateManager;
import org.labkey.assay.plate.PlateManagerTest;
import org.labkey.assay.plate.PlateMetadataDomainKind;
import org.labkey.assay.plate.PlateMetricsProvider;
import org.labkey.assay.plate.TsvPlateLayoutHandler;
Expand Down Expand Up @@ -331,7 +332,7 @@ public Set<String> getProvisionedSchemaNames()
TsvAssayProvider.TestCase.class,
AssaySchemaImpl.TestCase.class,
AssayProviderSchema.TestCase.class,
PlateManager.TestCase.class,
PlateManagerTest.class,
PositionImpl.TestCase.class,
PlateImpl.TestCase.class,
PlateUtils.TestCase.class,
Expand Down
1 change: 0 additions & 1 deletion assay/src/org/labkey/assay/plate/PlateCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import org.labkey.assay.query.AssayDbSchema;

import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
Expand Down
Loading

0 comments on commit e927c13

Please sign in to comment.