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

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Tue May 11 12:11:55 UTC 2021


 svl/qa/unit/svl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 38f3bd349586ecae867c74b746fd3db7c6104d70
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue May 11 11:25:33 2021 +0200
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue May 11 14:11:14 2021 +0200

    tdf#127363: svl_qa_cppunit: Add unittest
    
    Change-Id: I23f792b33ac7147007980e9af38afeb61fd28165
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115388
    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 47854129a6be..284692b2724f 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -1132,6 +1132,7 @@ void Test::testIsNumberFormat()
         { "Jan1", false },
         { "Jan1 2000", true },
         { "Jan 1", true },
+        { "Sept 1", true }, //tdf#127363
         { "Jan 1 2000", true },
         { "5-12-14", false },
         { "005-12-14", true },


More information about the Libreoffice-commits mailing list