[Libreoffice-commits] core.git: sc/qa
Eike Rathke
erack at redhat.com
Thu Feb 9 16:44:16 UTC 2017
sc/qa/unit/ucalc_formula.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 08a0850bfe30ee8666ccb04fc8782b03ba6cdfc5
Author: Eike Rathke <erack at redhat.com>
Date: Thu Feb 9 17:43:00 2017 +0100
add absolute sheet reference unit test for tdf#103890
Change-Id: Idb4a182a548efe00be66194ba38655baeb80069f
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 3dfe0c7..ceba828 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -3348,7 +3348,8 @@ void Test::testTokenArrayRefUpdateMove()
std::vector<OUString> aTests = {
"B1*C1",
- "SUM(B1:C1)"
+ "SUM(B1:C1)",
+ "$Sheet1.B1"
};
// Since C3 is not referenced in any of the above formulas, moving C3 from
More information about the Libreoffice-commits
mailing list