From 998ef43e53f12e1e728bbf3fcd3ec3b7d7bf3a35 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 14 Feb 2015 23:09:53 -0500 Subject: Add a section to display keyboard shorcuts --- tests/units/TaskCreationTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/units/TaskCreationTest.php') diff --git a/tests/units/TaskCreationTest.php b/tests/units/TaskCreationTest.php index bdb0a79d..986f1eb1 100644 --- a/tests/units/TaskCreationTest.php +++ b/tests/units/TaskCreationTest.php @@ -93,8 +93,8 @@ class TaskCreationTest extends Base $this->assertEquals('', $task['description']); $this->assertEquals('', $task['reference']); - $this->assertEquals(time(), $task['date_creation']); - $this->assertEquals(time(), $task['date_modification']); + $this->assertEquals(time(), $task['date_creation'], 'Wrong timestamp', 1); + $this->assertEquals(time(), $task['date_modification'], 'Wrog timestamp', 1); $this->assertEquals(0, $task['date_due']); $this->assertEquals(0, $task['date_completed']); $this->assertEquals(0, $task['date_started']); -- cgit v1.2.3