Skip to content

Commit 954bfb4

Browse files
More file path improvements, mostly around pipeline jobs
1 parent 5c7a2f9 commit 954bfb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nirc_ehr/test/src/org.labkey.test/tests.nirc_ehr/NIRC_EHRTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ public void testLookupPage() throws Exception
10891089

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

10941094
clickAndWait(Locator.linkWithText("Age Class"));
10951095
checker().verifyEquals("Navigated to incorrect schema", "ehr_lookups", getUrlParam("schemaName"));

0 commit comments

Comments
 (0)