From cf3904d6f0e00e45e1eb943c5431b1f0a2d63c2e Mon Sep 17 00:00:00 2001 From: aliounedia Date: Wed, 15 Oct 2014 20:02:54 +0200 Subject: [PATCH] TimeLineJs test fail , Fixed , all test pass now --- test/view.timeline.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/view.timeline.test.js b/test/view.timeline.test.js index 12850279..b3948922 100644 --- a/test/view.timeline.test.js +++ b/test/view.timeline.test.js @@ -20,6 +20,7 @@ test('extract dates and timelineJSON', function () { 'date': [ { 'startDate': '2012,03,20', + 'tag': undefined, 'endDate': null, 'headline': '1', 'text': '
Date: 2012-03-20
title: 1
' @@ -28,6 +29,7 @@ test('extract dates and timelineJSON', function () { 'startDate': '2012,03,25', 'endDate': null, 'headline': '2', + 'tag': undefined, 'text': '
Date: 2012-03-25
title: 2
' } ]