property files not mandatory anymore, message kept as info instead of warning
This commit is contained in:
parent
d27560b7fe
commit
b8ddb05937
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class ConfigurationPropertiesSmokeTests implements
|
||||||
String vivoBundle = VIVO_BUNDLE_PREFIX + language + ".properties";
|
String vivoBundle = VIVO_BUNDLE_PREFIX + language + ".properties";
|
||||||
String vitroBundle = VITRO_BUNDLE_PREFIX + language + ".properties";
|
String vitroBundle = VITRO_BUNDLE_PREFIX + language + ".properties";
|
||||||
if (!i18nNames.contains(vivoBundle) && !i18nNames.contains(vitroBundle)) {
|
if (!i18nNames.contains(vivoBundle) && !i18nNames.contains(vitroBundle)) {
|
||||||
ss.warning(this, language + " was found in the value for "
|
ss.info(this, language + " was found in the value for "
|
||||||
+ PROPERTY_LANGUAGE_SELECTABLE + " but no corresponding "
|
+ PROPERTY_LANGUAGE_SELECTABLE + " but no corresponding "
|
||||||
+ "language file was found.");
|
+ "language file was found.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue