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 07758af81c Refs i126272 - add test and test document for testing Basic 
comment in single-line if statements (#152)
07758af81c is described below

commit 07758af81c4094b8c020cf9852c971f9ff19be4f
Author: Carl Marcum <carl.mar...@codebuilders.net>
AuthorDate: Fri Jun 10 11:23:14 2022 -0400

    Refs i126272 - add test and test document for testing Basic comment in 
single-line if statements (#152)
    
    * Refs i126272 - added test and test document to test fix for comment in 
single line if statement.
---
 .../uno/sc/fvt/comment-in-single-line-if-then-else.ods   | Bin 0 -> 9580 bytes
 .../source/fvt/uno/sc/formula/TestFormulaDocs.java       |   9 +++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/test/testuno/data/uno/sc/fvt/comment-in-single-line-if-then-else.ods 
b/test/testuno/data/uno/sc/fvt/comment-in-single-line-if-then-else.ods
new file mode 100644
index 0000000000..081fee54e4
Binary files /dev/null and 
b/test/testuno/data/uno/sc/fvt/comment-in-single-line-if-then-else.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 ad14ba96a1..8074f7f1b4 100644
--- a/test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java
+++ b/test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java
@@ -68,10 +68,11 @@ public class TestFormulaDocs {
                return Arrays.asList(new Object[][]{
                                // test documents
                                {"uno/sc/fvt/FormulaTest1.ods", 
"FormulaTest1.ods"},
-                               
{"uno/sc/fvt/StarBasicYearMonthDateHourMinuteSecondTests.ods", 
"StarBasicYearMonthDateHourMinuteSecondTests.ods"},
-                               {"uno/sc/fvt/StarBasicCLng.ods", 
"StarBasicCLng.ods"},
-                               {"uno/sc/fvt/DGET on formulas.ods", "DGET on 
formulas.ods"},
-                               {"uno/sc/fvt/Basic Line as variable and Line 
Input.ods", "Basic Line as variable and Line Input.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/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"}
                });
        }
 

Reply via email to