diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-08-24 21:05:38 +0000 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-27 09:50:02 +0200 |
commit | c298f79083cb7e09dd389a353b7bb25e6f5f00b2 (patch) | |
tree | 833f494e67ad541747ed33f6634d340cfe4d101a /qadevOOo | |
parent | 90b5555e3ac951c6387f1fc9110119655b23b832 (diff) |
tdf#45904: Move _DatabaseRange Java tests to C++
Change-Id: Iefe319c379ac8fffbb167b4bd4bcb235defabfa9
Reviewed-on: https://gerrit.libreoffice.org/41541
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/Jar_OOoRunner.mk | 1 | ||||
-rw-r--r-- | qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDatabaseRangeObj.csv | 8 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sheet/_DatabaseRange.java | 39 |
3 files changed, 0 insertions, 48 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index 833e32163ac4..c9cd95fdca03 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -564,7 +564,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer \ qadevOOo/tests/java/ifc/sdb/_XSQLErrorBroadcaster \ qadevOOo/tests/java/ifc/sheet/_DatabaseImportDescriptor \ - qadevOOo/tests/java/ifc/sheet/_DatabaseRange \ qadevOOo/tests/java/ifc/sheet/_DataPilotItem \ qadevOOo/tests/java/ifc/sheet/_DocumentSettings \ qadevOOo/tests/java/ifc/sheet/_FunctionDescription \ diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDatabaseRangeObj.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDatabaseRangeObj.csv index bf4b1387cc73..a57801a581af 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDatabaseRangeObj.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDatabaseRangeObj.csv @@ -11,11 +11,3 @@ "ScDatabaseRangeObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()" "ScDatabaseRangeObj";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()" "ScDatabaseRangeObj";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()" -"ScDatabaseRangeObj";"com::sun::star::sheet::DatabaseRange";"MoveCells" -"ScDatabaseRangeObj";"com::sun::star::sheet::DatabaseRange";"KeepFormats" -"ScDatabaseRangeObj";"com::sun::star::sheet::DatabaseRange";"StripData" -"ScDatabaseRangeObj";"com::sun::star::sheet::DatabaseRange";"AutoFilter#optional" -"ScDatabaseRangeObj";"com::sun::star::sheet::DatabaseRange";"UseFilterCriteriaSource#optional" -"ScDatabaseRangeObj";"com::sun::star::sheet::DatabaseRange";"FilterCriteriaSource#optional" -"ScDatabaseRangeObj";"com::sun::star::sheet::DatabaseRange";"RefreshPeriod#optional" -"ScDatabaseRangeObj";"com::sun::star::sheet::DatabaseRange";"FromSelection#optional" diff --git a/qadevOOo/tests/java/ifc/sheet/_DatabaseRange.java b/qadevOOo/tests/java/ifc/sheet/_DatabaseRange.java deleted file mode 100644 index 7e0d9a440008..000000000000 --- a/qadevOOo/tests/java/ifc/sheet/_DatabaseRange.java +++ /dev/null @@ -1,39 +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.sheet; - -import lib.MultiPropertyTest; - -/** -* Testing <code>com.sun.star.sheet.DatabaseRange</code> -* service properties : -* <ul> -* <li><code> MoveCells</code></li> -* <li><code> KeepFormats</code></li> -* <li><code> StripData</code></li> -* <li><code> AutoFilter</code></li> -* <li><code> UseFilerCriteriaSource</code></li> -* <li><code> FilerCriteriaSource</code></li> -* </ul> <p> -* Properties testing is automated by <code>lib.MultiPropertyTest</code>. -* @see com.sun.star.sheet.DatabaseRange -*/ -public class _DatabaseRange extends MultiPropertyTest { -} - |