diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-04-02 22:45:22 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-04-03 03:48:26 +0200 |
commit | 429e6560d000f454fdb23d52fdddfbc84c5cf0a8 (patch) | |
tree | 18265032fb292e5e8de130cf37ec054b2ecb7867 /qadevOOo | |
parent | ada3b7712a90900bf36235168ce4cfa77dfdc642 (diff) |
Remove now obsolete _TableRow interface tests
Remove obsolete _TableRow.java file, missed it with commit
cc9a8c13dad6f3d82a2386554bd6113b486a1752.
Change-Id: I900ae9368d145dbe95b144323459ba05e38f6766
Reviewed-on: https://gerrit.libreoffice.org/70165
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/Jar_OOoRunner.mk | 1 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/table/_TableRow.java | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index c9e63df3ac7f..d235320fd5d7 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -583,7 +583,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/ifc/system/_XSystemShellExecute \ qadevOOo/tests/java/ifc/table/_CellProperties \ qadevOOo/tests/java/ifc/table/_TableColumn \ - qadevOOo/tests/java/ifc/table/_TableRow \ qadevOOo/tests/java/ifc/table/_XAutoFormattable \ qadevOOo/tests/java/ifc/table/_XCellRange \ qadevOOo/tests/java/ifc/table/_XTableChart \ diff --git a/qadevOOo/tests/java/ifc/table/_TableRow.java b/qadevOOo/tests/java/ifc/table/_TableRow.java deleted file mode 100644 index 1d71a631124e..000000000000 --- a/qadevOOo/tests/java/ifc/table/_TableRow.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -package ifc.table; - -import lib.MultiPropertyTest; - -/** -* Testing <code>com.sun.star.table.TableRow</code> -* service properties : -* <ul> -* <li><code> Height</code></li> -* <li><code> OptimalHeight</code></li> -* <li><code> IsVisible</code></li> -* <li><code> IsStartOfNewPage</code></li> -* </ul> <p> -* Properties testing is automated by <code>lib.MultiPropertyTest</code>. -* @see com.sun.star.table.TableRow -*/ -public class _TableRow extends MultiPropertyTest { - -} // finish class _TableRow - |