diff --git a/tests/application/modules/admin/controllers/CmsControllerTest.php b/tests/application/modules/admin/controllers/CmsControllerTest.php
index 4e3b1489bfe9a71b3fada3649740365902eb92ac..bb0928a3d4c4d51d223ddabbdde12a060cb08182 100644
--- a/tests/application/modules/admin/controllers/CmsControllerTest.php
+++ b/tests/application/modules/admin/controllers/CmsControllerTest.php
@@ -452,7 +452,7 @@ class CmsControllerArticleDuplicateActionTest extends AbstractControllerTestCase
 
   /** @test */
 	function eventsFinDuplicateShouldContains20110328() {
-		$this->assertXPath('//input[@name="events_fin"][@value="28/03/2011"]');
+		$this->assertXPath('//input[@name="events_fin"][@value="28/03/2011 00:00"]');
 	}
 
 
@@ -531,13 +531,13 @@ class CmsControllerArticleConcertEditActionTest extends CmsControllerTestCase {
 
 	/** @test */
 	function eventDebutShouldBe27_03_2011() {
-		$this->assertInputValueEquals('events_debut', '27/03/2011');
+		$this->assertInputValueEquals('events_debut', '27/03/2011 21:00');
 	}
 
 
 	/** @test */
 	function eventFinShouldBe28_03_2011() {
-		$this->assertInputValueEquals('events_fin', '28/03/2011');
+		$this->assertInputValueEquals('events_fin', '28/03/2011 22:30');
 	}