RFR: 8016344 - (props) Properties.storeToXML behaviour has changed from JDK 6 to 7
Alan Bateman
Alan.Bateman at oracle.com
Fri Oct 18 13:45:06 UTC 2013
On 18/10/2013 14:38, Daniel Fuchs wrote:
>
> I could remove the storeToXML subdir that I have added and rename the
> new test into:
>
> java/util/properties/LoadAndStoreXMLWithDefaults.java
>
> The new test presents some similarities with LoadAndStoreXML, in the
> sense that it also stores in a BAOS and reload from a BAIS and
> compares the reloaded object with the original - it simply tests
> the additional configuration where the saved Properties has a
> non null 'defaults' parent.
>
> So naming it LoadAndStoreXMLWithDefaults would make sense, I think.
>
> -- daniel
It make sense (and thanks, I was just trying to things in the same
location as the other storeToXML tests and also trying to get to a test
name that gives some indication as to what it's about).
-Alan.
More information about the core-libs-dev
mailing list