Searched refs:CONFIG_CLASS (Results 1 – 1 of 1) sorted by relevance
61 static final String CONFIG_CLASS = "java.util.logging.config.class"; field in LogManagerTest780 String oldPropertyValue = System.getProperty(CONFIG_CLASS); in testValidConfigClass()782 System.setProperty(CONFIG_CLASS, this.getClass().getName() in testValidConfigClass()795 systemProperties.setProperty(CONFIG_CLASS, oldPropertyValue); in testValidConfigClass()797 systemProperties.remove(CONFIG_CLASS); in testValidConfigClass()