Skip to content

Commit 4172889

Browse files
committed
Unskip spect tests for HighBoundary, LowBoundary, and PointFrom
1 parent 1bf5ad1 commit 4172889

3 files changed

Lines changed: 777 additions & 151 deletions

File tree

test/spec-tests/cql/CqlArithmeticFunctionsTest.cql

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -218,29 +218,21 @@ define "Exp": Tuple{
218218

219219
define "HighBoundary": Tuple{
220220
"HighBoundaryDecimal": Tuple{
221-
skipped: 'HighBoundary not implemented'
222-
/*
223221
expression: HighBoundary(1.587, 8),
224222
output: 1.58799999
225-
*/ },
223+
},
226224
"HighBoundaryDateMonth": Tuple{
227-
skipped: 'HighBoundary not implemented'
228-
/*
229225
expression: HighBoundary(@2014, 6),
230226
output: @2014-12
231-
*/ },
227+
},
232228
"HighBoundaryDateTimeMillisecond": Tuple{
233-
skipped: 'HighBoundary not implemented'
234-
/*
235229
expression: HighBoundary(@2014-01-01T08, 17),
236230
output: @2014-01-01T08:59:59.999
237-
*/ },
231+
},
238232
"HighBoundaryTimeMillisecond": Tuple{
239-
skipped: 'HighBoundary not implemented'
240-
/*
241233
expression: HighBoundary(@T10:30, 9),
242234
output: @T10:30:59.999
243-
*/ }
235+
}
244236
}
245237

246238
define "Log": Tuple{
@@ -284,29 +276,21 @@ define "Log": Tuple{
284276

285277
define "LowBoundary": Tuple{
286278
"LowBoundaryDecimal": Tuple{
287-
skipped: 'LowBoundary not implemented'
288-
/*
289279
expression: LowBoundary(1.587, 8),
290280
output: 1.58700000
291-
*/ },
281+
},
292282
"LowBoundaryDateMonth": Tuple{
293-
skipped: 'LowBoundary not implemented'
294-
/*
295283
expression: LowBoundary(@2014, 6),
296284
output: @2014-01
297-
*/ },
285+
},
298286
"LowBoundaryDateTimeMillisecond": Tuple{
299-
skipped: 'LowBoundary not implemented'
300-
/*
301287
expression: LowBoundary(@2014-01-01T08, 17),
302288
output: @2014-01-01T08:00:00.000
303-
*/ },
289+
},
304290
"LowBoundaryTimeMillisecond": Tuple{
305-
skipped: 'LowBoundary not implemented'
306-
/*
307291
expression: LowBoundary(@T10:30, 9),
308292
output: @T10:30:00.000
309-
*/ }
293+
}
310294
}
311295

312296
define "Ln": Tuple{

0 commit comments

Comments
 (0)