[Libreoffice-commits] core.git: sc/qa
Jaskaran Singh
jvsg1303 at gmail.com
Fri Aug 26 17:49:17 UTC 2016
sc/qa/unit/ucalc_sort.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 31596d7e0520db1a311764fde256e16f43c50349
Author: Jaskaran Singh <jvsg1303 at gmail.com>
Date: Fri Aug 26 21:53:14 2016 +0530
Change the wrong message in test
Change-Id: I1c0d9563c67f2480906299bc039a853926f707df
Reviewed-on: https://gerrit.libreoffice.org/28413
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Jaskaran singh <jvsg1303 at gmail.com>
diff --git a/sc/qa/unit/ucalc_sort.cxx b/sc/qa/unit/ucalc_sort.cxx
index 59293ba..7ec786d 100644
--- a/sc/qa/unit/ucalc_sort.cxx
+++ b/sc/qa/unit/ucalc_sort.cxx
@@ -611,7 +611,7 @@ void Test::testSortWithCellFormats()
// Check if the italics is applied.
if (static_cast<const SvxPostureItem*>(pItem)->GetEnumValue() == ITALIC_NORMAL)
{
- cerr << "This cell is bold, but shouldn't." << endl;
+ cerr << "This cell is italic, but shouldn't." << endl;
return false;
}
}
More information about the Libreoffice-commits
mailing list