google / gson

A Java serialization/deserialization library to convert Java Objects into JSON and back
Apache License 2.0
23.23k stars 4.27k forks source link

Improve `Calendar` unit tests #2592

Closed Marcono1234 closed 8 months ago

Marcono1234 commented 8 months ago

Purpose

Improve Calendar unit tests

Description

Improves the Calendar unit tests and slightly refactors other tests. This is mainly in response to #1339 to verify that Gson does not contain a bug causing the month to be off by 1.

Checklist