office-gobmx/uitest
Laurent Balland 2b3b4026a5 tdf#154131 Add Detect scientific number option
Add a sub case of Detect special numbers for import CSV (SC_IMPORTFILE),
paste unformated text (SC_PASTETEXT) and text to columns
(SC_TEXTTOCOLUMNS). Following cases are treated:
- If "Detect special numbers" is true, then "Detect scientific numbers"
  must be true and all special formats are treated (date, time,
scientific notation) in addition to basic decimal numbers.
- If "Detect special numbers" is false and "Detect scientific numbers" is
  true only scientific notation is treated in addition to basic decimal
numbers.
- If "Detect special numbers" and "Detect scientific numbers" are both
  false only basic decimal numbers are recognized as numbers. It is the
new case treated by this change
The new option bDetectScientificNumber is append to ASCII options

Change-Id: I73dff9f75d2c7b07ce155daa29dcc4ca9f288664
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152072
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2023-05-26 23:57:16 +02:00
..
demo_ui
impress_tests
libreoffice
math_tests
packaging
ui_logger_dsl
uitest
__init__.py
loginterpreter.py
Makefile
Module_uitest.mk
README.md
test_main.py
UITest_demo_ui.mk
UITest_impress_demo.mk
UITest_math_demo.mk

UI Testing Framework

The code for the UI testing framework and the UI tests.