diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-10 16:20:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-10 16:20:45 +0100 |
commit | c0a4de1ede27c5911fea0829deabee0b599d5d40 (patch) | |
tree | 12064bc4205781bfcc9d7f1d1dd7b14a15d0516b /test | |
parent | 6807c13a39cfcfd16db221196e348f5fd374e967 (diff) |
run unit test with en-US locale data
Change-Id: I24c6a590b7b160cc2463af039310114f17273bc7
Diffstat (limited to 'test')
-rw-r--r-- | test/user-template/registry/modifications.xcd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/user-template/registry/modifications.xcd b/test/user-template/registry/modifications.xcd index c2598aaa7c2e..a5db262338e9 100644 --- a/test/user-template/registry/modifications.xcd +++ b/test/user-template/registry/modifications.xcd @@ -41,4 +41,14 @@ </node> </node> </oor:component-data> + <oor:component-data oor:name="Setup" oor:package="org.openoffice"> + <node oor:name="L10N"> + <prop oor:name="ooLocale"> + <value>en-US</value> + </prop> + <prop oor:name="ooSetupSystemLocale"> + <value>en-US</value> + </prop> + </node> + </oor:component-data> </oor:data> |