From f7c74047f4d82427f183f0b5e9a6126d2fe6c870 Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Thu, 5 Dec 2024 14:49:23 -0800 Subject: [PATCH] Don't encode parameters passed to WebTestHelper.buildUrl --- .../src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java b/WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java index da85269de..152886b6e 100644 --- a/WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java +++ b/WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java @@ -22,7 +22,6 @@ import org.junit.BeforeClass; import org.junit.Test; import org.junit.experimental.categories.Category; -import org.labkey.remoteapi.Command; import org.labkey.remoteapi.CommandException; import org.labkey.remoteapi.CommandResponse; import org.labkey.remoteapi.Connection; @@ -1519,8 +1518,8 @@ private void provideBillingDataAccess() throws IOException, CommandException private void viewBillingQueries() { - String startDate="09%2F01%2F2011"; - String endDate="09%2F30%2F2011"; + String startDate="09-01-2011"; + String endDate="09-30-2011"; // clickAndWait(Locator.bodyLinkContainingText("View Billing Queries"), WAIT_FOR_JAVASCRIPT); //firefox45 on teamcity does not load this page. goToEHRFolder();