diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-11-20 12:37:06 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-11-20 14:53:21 +0100 |
commit | 210fbfbbf88ce6957b816e68bc442402b0668e69 (patch) | |
tree | 94f8213c9b4774ac40c3745aa043268d0d9671b5 /framework/qa | |
parent | 4610388a6cccf45c232bcdfb67d45c0443058b9f (diff) |
Actually run CheckXTitle tests
@Test annotation was missing
Change-Id: I9e58026e5e131b18e35ab81d7927905316b58f11
Reviewed-on: https://gerrit.libreoffice.org/63653
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/XTitle/CheckXTitle.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qa/complex/XTitle/CheckXTitle.java b/framework/qa/complex/XTitle/CheckXTitle.java index 875ccd90a93a..c264c893552a 100644 --- a/framework/qa/complex/XTitle/CheckXTitle.java +++ b/framework/qa/complex/XTitle/CheckXTitle.java @@ -155,6 +155,7 @@ public class CheckXTitle disabled until the waitUntilDispatcherAvailable can be replaced */ + @Test public void checkTitleNumbers() throws Exception { PropertyValue[] lArgs = new PropertyValue[1]; @@ -208,6 +209,7 @@ public class CheckXTitle disabled until the waitUntilDispatcherAvailable can be replaced */ + @Test public void setTitleAndCheck() throws Exception { PropertyValue[] lArgs = new PropertyValue[1]; |