summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-04-02 22:45:22 +0000
committerJens Carl <j.carl43@gmx.de>2019-04-03 03:48:26 +0200
commit429e6560d000f454fdb23d52fdddfbc84c5cf0a8 (patch)
tree18265032fb292e5e8de130cf37ec054b2ecb7867 /qadevOOo/tests
parentAdd XServiceInfo tests to ScTableRowObj (diff)
downloadcore-429e6560d000f454fdb23d52fdddfbc84c5cf0a8.tar.gz
core-429e6560d000f454fdb23d52fdddfbc84c5cf0a8.zip
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/tests')
-rw-r--r--qadevOOo/tests/java/ifc/table/_TableRow.java38
1 files changed, 0 insertions, 38 deletions
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
-