Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/org/labkey/test/tests/AbstractAssayTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,11 @@ protected void setupEnvironment()
_containerHelper.createProject(getProjectName(), null);
goToProjectHome(getProjectName());

// Some test use a stand alone specimen file. Before the file can be imported the Specimen module needs to be enabled.
_containerHelper.enableModule("Specimen");
if (_studyHelper.isSpecimenModulePresent())
{
// Some test use a stand alone specimen file. Before the file can be imported the Specimen module needs to be enabled.
_containerHelper.enableModule("Specimen");
}

log("Setting up groups, users and initial permissions");
ApiPermissionsHelper permissionsHelper = new ApiPermissionsHelper(this);
Expand Down
326 changes: 0 additions & 326 deletions src/org/labkey/test/tests/AliquotTest.java

This file was deleted.

Loading
Loading