public void testCreate() {
String bundleFile = "com/sun/enterprise/tools/" + //NOI18N
"common/validation/Bundle.properties"; //NOI18N
Utils utils = new Utils();
boolean fileExists = utils.fileExists(bundleFile);
String str =
BundleReader.getValue("MSG_NumberConstraint_Failure"); //NOI18N
if(fileExists){
assertTrue(!str.equals("MSG_NumberConstraint_Failure")); //NOI18N