"resource", bundle.getString("property"));
// Regression test for Harmony-3823
B bb = new B();
String s = bb.find("nonexistent");
s = bb.find("name");
assertEquals("Wrong property got", "Name", s);
// Regression test for Harmony-5698
try {
ResourceBundle.getBundle("Does not exist",Locale.getDefault(), loader);