128129130131132133134135136137138
assertEquals("Wrong cached value", "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); } /**
129130131132133134135136137138139
"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); } /** * @tests java.util.ResourceBundle#getString(java.lang.String)