CRM-16431 update syntax conformance tests to test timestamps
authorEileen McNaughton <eileen@fuzion.co.nz>
Sat, 2 May 2015 23:55:39 +0000 (11:55 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sat, 23 May 2015 07:11:17 +0000 (19:11 +1200)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index 2af8c8b677511e7ee67bbf775a92b86b1b42c4d1..6c126107d6f9f3ff9c40350e4f9636e24458691d 100644 (file)
@@ -1125,11 +1125,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
           break;
 
         case CRM_Utils_Type::T_TIMESTAMP:
-          // 4.6 doesn't support timestamp updates from 4.7 we should uncomment this. See CRM-16431.
-          continue;
-
-        //case CRM_Utils_Type::T_DATETIME:
-
         case 12:
           $entity[$fieldName] = '2012-05-20 03:05:20';
           break;