Alexander Wels has submitted this change and it was merged. Change subject: engine: explicitly set locale for unit test. ......................................................................
engine: explicitly set locale for unit test. - When running the unit tests on a machine set with a locale to fr_FR it would cause the unit test to fail as the alternate locale was loaded by default instead of en_US. This patch sets the VM locale to en_US before the test run. Change-Id: I7b3d766413ba095e4543ad3f8c3e6d4af7591cf9 Signed-off-by: Alexander Wels <[email protected]> --- M backend/manager/modules/branding/src/test/java/org/ovirt/engine/core/branding/BrandingManagerTest.java 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: Alexander Wels: Verified Greg Sheremeta: Looks good to me, but someone else must approve Vojtech Szocs: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/32315 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7b3d766413ba095e4543ad3f8c3e6d4af7591cf9 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Greg Sheremeta <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
