Searched refs:VALUE2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/lang/management/RuntimeMXBean/
H A DGetSystemProperties.java39 private static final String VALUE2 = "test.property.value2"; field in class:GetSystemProperties
72 System.setProperty(KEY2, VALUE2);
83 if (value2 == null || !value2.equals(VALUE2)) {
86 " but expected to be " + VALUE2);
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java132 private static final String VALUE2 = "test.property.value2"; field in class:ProxyTypeMapping
137 System.setProperty(KEY2, VALUE2);
149 if (value2 == null || !value2.equals(VALUE2)) {
153 " but expected to be " + VALUE2);
H A DValidateOpenTypes.java133 private static final String VALUE2 = "test.property.value2"; field in class:ValidateOpenTypes
138 System.setProperty(KEY2, VALUE2);
152 if (value2 == null || !value2.equals(VALUE2)) {
156 " but expected to be " + VALUE2);

Completed in 56 milliseconds