/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
*
*/
new CurrencyNameProviderTest();
}
test1();
test2();
}
void test1() {
// pure JRE implementation
// get a Currency instance
try {
} catch (IllegalArgumentException iae) {}
if (c == null) {
continue;
}
// the localized symbol for the target locale
// the localized name for the target locale
// provider's name (if any)
}
// JRE's name (if any)
if (jreHasBundle) {
try {
} catch (MissingResourceException mre) {
// JRE does not have any resource, "jrescurrency" should remain null
}
try {
} catch (MissingResourceException mre) {
// JRE does not have any resource, "jresname" should remain null
}
}
}
}
}
void test2() {
try {
throw new RuntimeException("formatted zone names mismatch. " +
"Should match with " + YEN_IN_OSAKA);
}
throw new RuntimeException("formatted zone names mismatch. " +
"Should match with " + YEN_IN_KYOTO);
}
} catch (ParseException pe) {
}
}
}