use of org.joda.time.chrono.GregorianChronology in project joda-time by JodaOrg.
the class TestSerialization method testSerializedGregorianChronology.
public void testSerializedGregorianChronology() throws Exception {
GregorianChronology test = GregorianChronology.getInstance(PARIS);
loadAndCompare(test, "GregorianChronology", true);
inlineCompare(test, true);
}
Aggregations