Skip to content

Commit d7ae24c

Browse files
committed
Put HDRLTest in the correct suite
1 parent 7d9398e commit d7ae24c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hdrl/test/src/org/labkey/test/tests/HDRLTest.java renamed to hdrl/test/src/org/labkey/test/tests/hdrl/HDRLTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.labkey.test.tests;
16+
package org.labkey.test.tests.hdrl;
1717

1818
import org.junit.Assert;
1919
import org.junit.Before;
@@ -29,7 +29,7 @@
2929
import org.labkey.test.TestFileUtils;
3030
import org.labkey.test.TestTimeoutException;
3131
import org.labkey.test.WebTestHelper;
32-
import org.labkey.test.categories.Git;
32+
import org.labkey.test.categories.CustomModules;
3333
import org.labkey.test.util.DataRegionTable;
3434
import org.labkey.test.util.LogMethod;
3535
import org.labkey.test.util.LoggedParam;
@@ -50,7 +50,7 @@
5050
import static org.junit.Assert.assertTrue;
5151
import static org.labkey.test.util.PermissionsHelper.READER_ROLE;
5252

53-
@Category({Git.class})
53+
@Category({CustomModules.class})
5454
@BaseWebDriverTest.ClassTimeout(minutes = 8)
5555
public class HDRLTest extends BaseWebDriverTest implements PostgresOnlyTest
5656
{

0 commit comments

Comments
 (0)