Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/org/labkey/test/tests/TimeChartAPITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ protected void doCreateSteps()
"No enum constant org.labkey.api.visualization.VisualizationIntervalColumn.Interval.MINUTE",
"SchemaName, queryName, and name are all required for each measure, dimension, or sort.",
"Unable to find field ObcConcNA in study.LuminexAssay.",
"The 'zeroDayVisitTag' property or the 'dateCol' and 'zeroDateCol' properties are required.",
"Either 'dateCol' or 'zeroDateCol' must be specified for date-based charts",
"Unable to find field NADate in study.LuminexAssay.",
"The 'zeroDayVisitTag' property or the 'dateCol' and 'zeroDateCol' properties are required.",
"Either 'dateCol' or 'zeroDateCol' must be specified for date-based charts",
"Unable to find field NADate in study.Demographics.",
"Unable to find table study.LuminexAssayNA.",
"Unable to find field AnalyteNameNA in study.LuminexAssay.",
Expand Down