Running jsunits from Ant in Servoy 7.3 rc

Hi,
we use the attached ant script, originally taken from your wiki, in our Jenkins to run jsunit tests. We updated Servoy, used in this ant, from 7.2 to 7.3 rc build 2017. Although the solution used in the ant step ‘run_tests’ contains the i18n properties file, they are not seen from the jsunit tests.
We also have the options defaultMessagesServer and defaultMessagesTable set in the servoy.properties file used. With 7.2 there wasn’t such a problem and we haven’t changed anything. Do you have any idea what might be the cause?

Thanks,
Nevena

export_and_test.xml.txt (7.65 KB)

We found out why. It is because in our tests we switch the database server which the i18n keys are configured to use to point to another one. During the solution import the i18n keys are imported into the original database but after the switch, Servoy tries to read them from the new database. I am not sure if this is a bug or a feature of Servoy.