From fd7a37bf089105cb58934103921abec19c243e9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 18 Oct 2017 13:52:31 +0200 Subject: [PATCH] =?utf8?q?kivi.Validator:=20Tests=20auf=20strikteres=20par?= =?utf8?q?se=5Fdate=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- js/t/kivi/parse_format_date.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/t/kivi/parse_format_date.js b/js/t/kivi/parse_format_date.js index 8a675d7cd..51a39d056 100644 --- a/js/t/kivi/parse_format_date.js +++ b/js/t/kivi/parse_format_date.js @@ -22,7 +22,7 @@ QUnit.test("kivi.parse_date function for German date style with dots", function( assert.deepEqual(kivi.parse_date("Totally Invalid!"), undefined); assert.deepEqual(kivi.parse_date(":"), undefined); assert.deepEqual(kivi.parse_date("::"), undefined); - assert.deepEqual(kivi.parse_date(""), undefined); + assert.deepEqual(kivi.parse_date(""), null); }); QUnit.test("kivi.parse_date function for German date style with slashes", function( assert ) { -- 2.20.1