loadAndCompare(test, "GJChronologyChangedInternals", true);
inlineCompare(test, true);
}
public void testSerializedGregorianChronology() throws Exception {
GregorianChronology test = GregorianChronology.getInstance(PARIS);
loadAndCompare(test, "GregorianChronology", true);
inlineCompare(test, true);
}