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.