cqframework / cqframework/cql-tests-runner
TimeZone offset testing error breakdown (CqlTimeZoneOffsetTest)
@bryantaustin13 is already working on this.
Since Dec 12, 2025.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 3
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 2
Description
CqlTimeZoneOffsetTest fails commentary:
-
"passCount": 2,
"skipCount": 0,
"failCount": 4,
"errorCount": 0 -
failing tests:
TimezoneOffsetExtraction_NoDefaultOffset_ReturnsNull (actual 0 vs true) fix test
DateTimeOrdering_NoDefaultOffset_NullWhenOffsetlessVsOffset (actual false vs true) fix test(actual => EvaluationError:Library expression-1.0.0 loaded, but had errors: extraneous input '{' expecting {, 'define', 'context'}, extraneous input '{' expecting {, 'define', 'context'}, An operand identifier reference is hiding another identifier of the same name., An operand identifier reference is hiding another identifier of the same name., An operand identifier reference is hiding another identifier of the same name.")
DateTimeEquality_DefaultServerOffset_EqualsWhenExplicitServerOffsetGiven
DateTimeOrdering_DefaultServerOffset_Deterministic
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.