diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-24 01:35:24 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-24 00:39:39 +0000 |
commit | 259fd2c0abd5627ac5689c752a57edc045dbfcfa (patch) | |
tree | 2da627d0926926a97193b13946e5709242de06cb /vcl/vcl.windows.component | |
parent | f3f943a79913db52b2c56a56a137c8601ade976c (diff) |
uitest: make the testing available on windows as well
Change-Id: I6db5bde8860030e6e812c5fc421b5dcc97ed67c3
Reviewed-on: https://gerrit.libreoffice.org/26624
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'vcl/vcl.windows.component')
-rw-r--r-- | vcl/vcl.windows.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/vcl.windows.component b/vcl/vcl.windows.component index 088c4a296156..2d5b8bb51386 100644 --- a/vcl/vcl.windows.component +++ b/vcl/vcl.windows.component @@ -25,4 +25,8 @@ <implementation name="vcl::FontIdentificator"> <service name="com.sun.star.awt.FontIdentificator"/> </implementation> + <implementation name="org.libreoffice.uitest.UITest" + constructor="UITest_get_implementation"> + <service name="com.sun.star.ui.test.UITest"/> + </implementation> </component> |