Skip to content

Conversation

@labkey-tchad
Copy link
Member

Rationale

Controller-first URLs are now deprecated; tests should also stop using them. Specifically, tests should use WebTestHelper.buildURL to create URLs that match the preferred server format.

Related Pull Requests

Changes

  • Update many tests to use WebTestHelper to build URLs
  • Only log the first time a particular controller-first URL is found

@labkey-tchad labkey-tchad requested review from a team, labkey-chrisj and labkey-danield and removed request for a team September 10, 2025 23:43
// Verify Issue 16243: Details URL creating URLs with null container unless the container column is actually added to current view
log("** Removing container column and rechecking lookup URLs...");
beginAt("/query/" + getProjectName() + "/executeQuery.view?schemaName=vehicle&query.queryName=EmissionTest&query.sort=RowId");
ExecuteQueryPage queryPage = ExecuteQueryPage.getPageFactory("vehicle", "EmissionTest")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this queryPage object used anyplace?

@labkey-tchad labkey-tchad merged commit 9d2dd99 into develop Sep 11, 2025
6 checks passed
@labkey-tchad labkey-tchad deleted the fb_updateControllerFirstUrls branch September 11, 2025 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants