Home
last modified time | relevance | path

Searched refs:PropertiesTest (Results 1 – 2 of 2) sorted by relevance

/libcore/expectations/
Dknownfailures.txt1323 description: "Known failures in PropertiesTest: We don't deal with comments in store()",
1326 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario0",
1327 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario1",
1328 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario2",
1329 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario3",
1330 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario9",
1331 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario11"
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java42 public class PropertiesTest extends junit.framework.TestCase { class