From c29828daa32f3dee503e4db2b5b55d3d12f1fd39 Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Tue, 9 Jan 2018 01:00:49 +0000 Subject: tdf#45904 Move _SubTotalDescriptor Java tests to C++ Change-Id: Id4265dd6a8123624bccdfe343655525948cadee7 Reviewed-on: https://gerrit.libreoffice.org/47623 Tested-by: Jenkins Reviewed-by: Jens Carl --- qadevOOo/Jar_OOoRunner.mk | 1 - ...n.star.comp.office.ScSubTotalDescriptorBase.csv | 8 ----- .../tests/java/ifc/sheet/_SubTotalDescriptor.java | 40 ---------------------- 3 files changed, 49 deletions(-) delete mode 100644 qadevOOo/tests/java/ifc/sheet/_SubTotalDescriptor.java (limited to 'qadevOOo') diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index ec406f859a2f..2e855eca6e1e 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -576,7 +576,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocument \ qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings \ qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings \ - qadevOOo/tests/java/ifc/sheet/_SubTotalDescriptor \ qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField \ qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster \ qadevOOo/tests/java/ifc/sheet/_XArrayFormulaRange \ diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScSubTotalDescriptorBase.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScSubTotalDescriptorBase.csv index 32ad24f94880..9aa6d5addfeb 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScSubTotalDescriptorBase.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScSubTotalDescriptorBase.csv @@ -2,14 +2,6 @@ "ScSubTotalDescriptorBase";"com::sun::star::container::XIndexAccess";"getByIndex()" "ScSubTotalDescriptorBase";"com::sun::star::container::XElementAccess";"getElementType()" "ScSubTotalDescriptorBase";"com::sun::star::container::XElementAccess";"hasElements()" -"ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"InsertPageBreaks" -"ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"IsCaseSensitive" -"ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"EnableUserSortList" -"ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"UserSortListIndex" -"ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"BindFormatsToContent" -"ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"EnableSort" -"ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"SortAscending" -"ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"MaxFieldCount" "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()" "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"setPropertyValue()" "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"getPropertyValue()" diff --git a/qadevOOo/tests/java/ifc/sheet/_SubTotalDescriptor.java b/qadevOOo/tests/java/ifc/sheet/_SubTotalDescriptor.java deleted file mode 100644 index 0f63ac5f41f1..000000000000 --- a/qadevOOo/tests/java/ifc/sheet/_SubTotalDescriptor.java +++ /dev/null @@ -1,40 +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 com.sun.star.sheet.SubTotalDescriptor -* service properties : -*
    -*
  • InsertPageBreaks
  • -*
  • IsCaseSensitive
  • -*
  • EnableUserSortList
  • -*
  • UserSortListIndex
  • -*
  • BindFormatsToContent
  • -*
  • SortAscending
  • -*
  • MaxFieldCount
  • -*

-* Properties testing is automated by lib.MultiPropertyTest. -* @see com.sun.star.sheet.SubTotalDescriptor -*/ -public class _SubTotalDescriptor extends MultiPropertyTest { -} // finish class _SubTotalDescriptor - -- cgit v1.2.3