You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by cm...@apache.org on 2022/09/24 22:16:20 UTC

[openoffice] branch trunk updated: Tab function test document and test (#156)

This is an automated email from the ASF dual-hosted git repository.

cmarcum pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3b297b4615 Tab function test document and test (#156)
3b297b4615 is described below

commit 3b297b461537a449cdc46a885832873b48e62701
Author: Carl Marcum <ca...@codebuilders.net>
AuthorDate: Sat Sep 24 18:16:14 2022 -0400

    Tab function test document and test (#156)
    
    Refs i19221 - added test and test document to test star basic Tab function in Calc.
    
    Patch-By: Czesław Wolański
---
 test/testuno/data/uno/sc/fvt/StarBasicTab.ods            | Bin 0 -> 9851 bytes
 .../source/fvt/uno/sc/formula/TestFormulaDocs.java       |   1 +
 2 files changed, 1 insertion(+)

diff --git a/test/testuno/data/uno/sc/fvt/StarBasicTab.ods b/test/testuno/data/uno/sc/fvt/StarBasicTab.ods
new file mode 100644
index 0000000000..10696732af
Binary files /dev/null and b/test/testuno/data/uno/sc/fvt/StarBasicTab.ods differ
diff --git a/test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java b/test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java
index 8074f7f1b4..dea8ec98a3 100644
--- a/test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java
+++ b/test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java
@@ -70,6 +70,7 @@ public class TestFormulaDocs {
 				{"uno/sc/fvt/FormulaTest1.ods", "FormulaTest1.ods"},
 				{"uno/sc/fvt/StarBasicYearMonthDateHourMinuteSecondTests.ods", "Basic Year Month Date Hour Minute Second Test"},
 				{"uno/sc/fvt/StarBasicCLng.ods", "Basic Convert to Long Function Test"},
+				{"uno/sc/fvt/StarBasicTab.ods", "Basic Tab Function Test"},
 				{"uno/sc/fvt/DGET on formulas.ods", "DGET on formulas Test"},
 				{"uno/sc/fvt/Basic Line as variable and Line Input.ods", "Basic Line as variable and Line Input Test"},
 				{"uno/sc/fvt/comment-in-single-line-if-then-else.ods", "Basic comment after single line if statement Test"}