Skip to content

Conversation

@labkey-jeckels
Copy link
Contributor

Rationale

Adopt FileLike for more pipeline APIs

Related Pull Requests

Changes

  • Many switches to FileLike

EHRLookupPage ehrLookupPage = new EHRLookupPage(this);
QueryGrid grid = ehrLookupPage.getQueryGrid();
checker().verifyEquals("Missing look up tables", countLines(TestFileUtils.getLabKeyRoot() + getModulePath() + "/resources/data/editable_lookups.tsv") - 1, grid.getRecordCount());
checker().verifyEquals("Missing look up tables", countLines(new File(TestFileUtils.getLabKeyRoot(), getModulePath() + "/resources/data/editable_lookups.tsv").getPath()) - 1, grid.getRecordCount());
Copy link
Contributor

Choose a reason for hiding this comment

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

FileUtil.appendPath()?

@labkey-jeckels labkey-jeckels merged commit a9cd30a into develop Nov 5, 2025
4 of 5 checks passed
@labkey-jeckels labkey-jeckels deleted the fb_pipelineFileLike branch November 5, 2025 01:48
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.

3 participants