Salome HOME
Fix for scenario label when creating a new study from Python.
[tools/siman.git] / Workspace / Siman-Common / src / test / spring / ut-applicationContext.xml
index 221c1339e4a74a49c2c79eb6215c1fd8f697be73..330298d95b3e9670e3623de69d2a580a2145bae3 100644 (file)
@@ -27,8 +27,9 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
         class="org.springframework.context.support.ResourceBundleMessageSource">
         <property name="basenames">
             <list>
-                <value>application</value>
-                <value>log-messages</value>
+                <value>test/som</value>
+                <value>test/labels</value>
+                <value>conf/log-messages</value>
             </list>
         </property>
     </bean>