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
3 changes: 1 addition & 2 deletions EHR_App/test/src/org/labkey/test/tests/EHR_AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import org.labkey.test.pages.ReactAnimalHistoryPage;
import org.labkey.test.tests.ehr.AbstractGenericEHRTest;
import org.labkey.test.util.DataRegionTable;
import org.labkey.test.util.PostgresOnlyTest;
import org.labkey.test.util.TextSearcher;
import org.openqa.selenium.WebElement;

Expand All @@ -43,7 +42,7 @@
import static org.labkey.test.components.html.Input.Input;

@Category({EHR.class})
public class EHR_AppTest extends AbstractGenericEHRTest implements PostgresOnlyTest
public class EHR_AppTest extends AbstractGenericEHRTest
{
private static final String PROJECT_NAME = "EHR App";
private static final String FOLDER_NAME = "EHR";
Expand Down
1 change: 0 additions & 1 deletion EHR_ComplianceDB/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ ModuleClass: org.labkey.ehr_compliancedb.EHR_ComplianceDBModule
ManageVersion: true
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql

This file was deleted.

Loading