Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DSimpleParserTest.java43 private Map<String, String> namespaces1; field in SimpleParserTest
64 namespaces1 = new HashMap<String, String>(); in setUp()
77 namespaces1 = null; in tearDown()
115 namespaces1.put(localName, uri);
169 assertEquals("http://www.foobar.org", namespaces1.get("stuff")); in testWorkingFile1()