Skip to content

Some more javatime migration - #7151

Draft
mbaechler wants to merge 4 commits into
Normation:masterfrom
mbaechler:javatime-6
Draft

Some more javatime migration#7151
mbaechler wants to merge 4 commits into
Normation:masterfrom
mbaechler:javatime-6

Conversation

@mbaechler

Copy link
Copy Markdown
Contributor

No description provided.

val spec = suite("toDateTimeZone")(
test("should support all zones from joda getAvailableIDs") {
checkAll(
Gen.fromIterable(DateTimeZone.getAvailableIDs.asScala.filterNot(id => Set("EST", "HST", "MST", "ROC").contains(id)))

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this ok?

} yield assert(actual)(isRight)
}
},
test("should return UTC for UTC equivalent input") {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this part is weird, needs investigation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant