This is an automated email from the ASF dual-hosted git repository.
damjan pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 3b5ec47b15 Refs i126272 - add test and test document for testing Basic
comment in single-line if statements (#152)
3b5ec47b15 is described below
commit 3b5ec47b15ab141460e2a7c60e19e9a0616b9d3d
Author: Carl Marcum <[email protected]>
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.
(cherry picked from commit 07758af81c4094b8c020cf9852c971f9ff19be4f)
---
.../uno/sc/fvt/comment-in-single-line-if-then-else.ods | Bin 0 -> 9580 bytes
.../source/fvt/uno/sc/formula/TestFormulaDocs.java | 1 +
2 files changed, 1 insertion(+)
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 047f379bab..52bea4ca63 100644
--- a/test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java
+++ b/test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java
@@ -72,6 +72,7 @@ public class TestFormulaDocs {
{"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"},
{"uno/sc/fvt/Bug128554FractionalSecondsIgnored.xml", "Bug 100989 fractional
seconds are silently ignored during import"}
});
}