RFR: 8016344 - (props) Properties.storeToXML behaviour has changed from JDK 6 to 7
Daniel Fuchs
daniel.fuchs at oracle.com
Fri Oct 18 15:27:41 UTC 2013
Hi,
So here is the new webrev with the test renamed...
http://cr.openjdk.java.net/~dfuchs/webrev_8016344/webrev.03/
-- daniel
On 10/18/13 3:45 PM, Alan Bateman wrote:
> 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