Searched refs:otherBundle (Results 1 – 1 of 1) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ControlTest.java | 497 ResourceBundle otherBundle = control.newBundle(propertiesName, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() local 499 assertEquals("parent", otherBundle.getString("property")); in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 501 PROPERTIES, URLLoader, otherBundle, time)); in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 502 otherBundle = control.newBundle(propertiesName, Locale.ROOT, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 504 assertEquals("resource", otherBundle.getString("property")); in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 506 PROPERTIES, URLLoader, otherBundle, time)); in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ()
|