Skip to content

Commit

Permalink
Create MacCossLabModules test suite (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored Mar 31, 2020
1 parent 90b5ce1 commit d006749
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package org.labkey.test.categories;

public abstract class MacCossLabModules extends Weekly
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import org.labkey.test.BaseWebDriverTest;
import org.labkey.test.Locator;
import org.labkey.test.TestTimeoutException;
import org.labkey.test.categories.DailyB;
import org.labkey.test.categories.MS2;
import org.labkey.test.categories.External;
import org.labkey.test.categories.MacCossLabModules;
import org.labkey.test.components.BodyWebPart;
import org.labkey.test.components.CustomizeView;
import org.labkey.test.pages.InsertPage;
Expand All @@ -24,7 +24,7 @@

import static org.junit.Assert.assertEquals;

@Category({DailyB.class, MS2.class})
@Category({External.class, MacCossLabModules.class})
@BaseWebDriverTest.ClassTimeout(minutes = 5)
public class PanoramaPublicTest extends TargetedMSTest implements PostgresOnlyTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.labkey.test.Locator;
import org.labkey.test.categories.CustomModules;
import org.labkey.test.categories.External;
import org.labkey.test.categories.MacCossLabModules;
import org.labkey.test.util.LogMethod;
import org.labkey.test.util.PostgresOnlyTest;
import org.labkey.test.util.UIContainerHelper;

import java.util.List;

@Category({CustomModules.class})
@Category({External.class, MacCossLabModules.class})
public class PassportTest extends PassportTestPart implements PostgresOnlyTest
{
public PassportTest()
Expand Down

0 comments on commit d006749

Please sign in to comment.