Skip to content

Commit ccb9af2

Browse files
authored
Stop generating controller-first URLs (#279)
1 parent 7ef569e commit ccb9af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,6 @@ private void urlGenerationTest() throws UnsupportedEncodingException
16471647
// NOTE: These URLs should point to the workbook where the record was created, not the current folder
16481648
// NOTE: URIUtil.encodePath(containerPath), used in buildRelativeUrl(), swaps + for space in the path.
16491649
// As a hack, we put it back using replaceAll() to make the string comparisons work
1650-
log("using container relative URLs: " + WebTestHelper.isUseContainerRelativeUrl());
16511650

16521651
//details link
16531652
String url = URLDecoder.decode(WebTestHelper.buildRelativeUrl("query", containerPath, "recordDetails"), StandardCharsets.UTF_8).replaceAll(" ", "+");

0 commit comments

Comments
 (0)