Skip to content

Commit 8ad24c1

Browse files
committed
remove TODOs
1 parent 2e7e638 commit 8ad24c1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/org/labkey/test/tests/component/GridPanelTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ public void testInteractionBetweenDialogTabs() throws IOException, CommandExcept
10021002
Filter.Operator.getOperator("IN")));
10031003
int expectedCount = getExpectedResults(FILTER_SAMPLE_TYPE, null, null, filters).size();
10041004

1005-
checker().verifyEquals("Filter did not return the expected number of rows.", // TODO here
1005+
checker().verifyEquals("Filter did not return the expected number of rows.",
10061006
expectedCount, grid.getRecordCount());
10071007

10081008
}
@@ -1746,7 +1746,6 @@ public void testFilterDialogWithViews() throws IOException, CommandException
17461746
expectedList.add(FILTER_STRING_COL.getLabel());
17471747
expectedList.add(FILTER_DATE_COL.getLabel());
17481748
expectedList.add(FILTER_STORED_AMOUNT_COL);
1749-
expectedList.add("Status"); // TODo remove me before commit
17501749

17511750
actualList = filterDialog.getAvailableFieldLabels();
17521751

@@ -1806,7 +1805,6 @@ public void testFilterDialogWithViews() throws IOException, CommandException
18061805
expectedList.add(FILTER_BOOL_COL.getLabel());
18071806
expectedList.add(FILTER_DATE_COL.getLabel());
18081807
expectedList.add(FILTER_STORED_AMOUNT_COL);
1809-
expectedList.add("Status"); // TODO remove me before commit
18101808

18111809
filterDialog = grid.getGridBar().openFilterDialog();
18121810

0 commit comments

Comments
 (0)