[Libreoffice-commits] core.git: svl/qa

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Thu May 27 13:33:54 UTC 2021


 svl/qa/unit/svl.cxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 356628a18e44574810ebad27dc2d499b718094bc
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Thu May 27 12:53:17 2021 +0200
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Thu May 27 15:33:21 2021 +0200

    tdf#34724, tdf#91420: svl_qa_cppunit: Add unittest
    
    Change-Id: I81f784fb66b80ab0933047aa81d90aff1eec7971
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116246
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>

diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 42036e6f0f36..553ae8b7e8c1 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -1129,8 +1129,10 @@ void Test::testIsNumberFormat()
         { "20.3", true },
         { "2", true },
         { "test", false },
-        { "Jan1", false },
-        { "Jan1 2000", true },
+        { "Jan1", false }, // tdf#34724
+        { "1Jan", false }, // tdf#34724
+        { "Jan1 2000", true }, // tdf#91420
+        { "Jan1, 2000", true }, // tdf#91420
         { "Jan 1", true },
         { "Sept 1", true }, //tdf#127363
         { "Jan 1 2000", true },


More information about the Libreoffice-commits mailing list