diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-18 09:47:04 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-18 18:51:33 +0100 |
commit | 5cc9ab736aa61c7395be0f6960064de36063f677 (patch) | |
tree | 57a63e61b7779425e5c43b8fc3a015ee9b2f5531 /solenv | |
parent | 952b876d5190781e2051bbb6ffcd835d108daf87 (diff) |
sc: rename these tests to ucalc_*
All inherit from the same class, just to be consistent.
this is part of a follow-up refactoring
Change-Id: I9f69ae16c9363996a95a684183d6c0e981594405
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142907
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index ac3a2a3c72f9..f3f6c774e7a3 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -8010,7 +8010,6 @@ sc/qa/extras/scnamedrangeobj.cxx sc/qa/extras/sctablesheetobj.cxx sc/qa/perf/scperfobj.cxx sc/qa/unit/copy_paste_test.cxx -sc/qa/unit/datatransformation_test.cxx sc/qa/unit/filters-test.cxx sc/qa/unit/functions_addin.cxx sc/qa/unit/functions_array.cxx @@ -8035,15 +8034,16 @@ sc/qa/unit/helper/xpath.cxx sc/qa/unit/helper/xpath.hxx sc/qa/unit/mark_test.cxx sc/qa/unit/opencl-test.cxx -sc/qa/unit/parallelism.cxx -sc/qa/unit/range.cxx -sc/qa/unit/rangelst_test.cxx sc/qa/unit/screenshots/screenshots.cxx sc/qa/unit/tiledrendering/tiledrendering.cxx sc/qa/unit/ucalc.cxx sc/qa/unit/ucalc_condformat.cxx +sc/qa/unit/ucalc_datatransformation.cxx sc/qa/unit/ucalc_formula.cxx +sc/qa/unit/ucalc_parallelism.cxx sc/qa/unit/ucalc_pivottable.cxx +sc/qa/unit/ucalc_range.cxx +sc/qa/unit/ucalc_rangelst.cxx sc/qa/unit/ucalc_sharedformula.cxx sc/qa/unit/ucalc_sort.cxx sc/source/core/data/attarray.cxx |