Skip to content

Commit 1b69520

Browse files
authored
GridPanelTest.testFilterDialogWithViews fix for double decoding of filter columnName (#2732)
- minor test update to get coverage for filter pill decoding fix
1 parent 0f6a7f0 commit 1b69520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class GridPanelTest extends GridPanelBaseTest
6969
private static final FieldInfo FILTER_STRING_COL = new FieldInfo("Str\uD83D\uDC7E]|*안", FieldDefinition.ColumnType.String);
7070
private static final FieldInfo FILTER_INT_COL = new FieldInfo("Int&`~_@", FieldDefinition.ColumnType.Integer);
7171
private static final FieldInfo FILTER_EXTEND_CHAR_COL = FieldInfo.random("\u0106\u00D8\u0139", FieldDefinition.ColumnType.String);
72-
private static final FieldInfo FILTER_BOOL_COL = FieldInfo.random("Bool", FieldDefinition.ColumnType.Boolean);
72+
private static final FieldInfo FILTER_BOOL_COL = FieldInfo.random("$Bool", FieldDefinition.ColumnType.Boolean);
7373
private static final FieldInfo FILTER_DATE_COL = FieldInfo.random("Date", FieldDefinition.ColumnType.DateAndTime);
7474
private static final String FILTER_STORED_AMOUNT_COL = "Amount";
7575
private static final String FILTER_UNITS_COL = "Units";

0 commit comments

Comments
 (0)