[Libreoffice-commits] core.git: extras/source sc/qa
dante (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 22 10:51:21 UTC 2020
extras/source/palettes/html.soc | 1 +
sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 430bfe8908551b9ef0b8aaf9162b90560d72aed3
Author: dante <dante19031999 at gmail.com>
AuthorDate: Fri Nov 20 10:46:13 2020 +0100
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Nov 22 11:50:43 2020 +0100
Added rebeccapurple to html color palette
Do not add any notice on release notes. We are already 7 YEARS LATE.
Act as if it has always been here.
Change-Id: Ibb49f636a8618eb676e7361dd60671a42f60f7f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106218
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/extras/source/palettes/html.soc b/extras/source/palettes/html.soc
index 540a869dcf20..41355aa65197 100644
--- a/extras/source/palettes/html.soc
+++ b/extras/source/palettes/html.soc
@@ -151,4 +151,5 @@
<draw:color draw:name="DarkSlateBlue" draw:color="#483d8b"/>
<draw:color draw:name="SlateBlue" draw:color="#6a5acd"/>
<draw:color draw:name="MediumSlateBlue" draw:color="#7b68ee"/>
+ <draw:color draw:name="RebeccaPurple" draw:color="#663399"/>
</office:color-table>
diff --git a/sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py b/sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py
index 04675dac9cfd..ec78a7530f5c 100644
--- a/sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py
+++ b/sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py
@@ -77,7 +77,7 @@ class CalcCellBackgroundColorSelector(UITestCase):
color_selector.executeAction("CHOOSE", mkPropertyValues({"POS": "1"}))
self.assertEqual(get_state_as_dict(color_selector)["CurrColorId"], "1")
self.assertEqual(get_state_as_dict(color_selector)["CurrColorPos"], "0")
- self.assertEqual(get_state_as_dict(color_selector)["ColorsCount"], "138")
+ self.assertEqual(get_state_as_dict(color_selector)["ColorsCount"], "139")
self.assertEqual(get_state_as_dict(color_selector)["ColCount"], "12")
self.assertEqual(get_state_as_dict(color_selector)["ColorText"], "White")
# Select Color with id 120
@@ -206,4 +206,4 @@ class CalcCellBackgroundColorSelector(UITestCase):
self.ui_test.close_doc()
-# vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
More information about the Libreoffice-commits
mailing list