// change back to previous value
final String restoreString = target + "=" + (locale == null ? "" : locale);
results = dottedNames.dottedNameSet( new String[] { restoreString } );
final Attribute finalAttr = (Attribute)dottedNames.dottedNameGet( target );
assert( (finalAttr.getValue() == null && localeAttr.getValue() == null) ||
finalAttr.getValue().equals( localeAttr.getValue() ) );
printElapsed( "testConfigDottedNameSet", start );
}