From: Eileen McNaughton Date: Sat, 2 May 2015 23:41:05 +0000 (+1200) Subject: Fix comment - wrong ticket ref X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ee072e1d3b4bb62d5f49cac87908453a5332bc80;p=civicrm-core.git Fix comment - wrong ticket ref --- diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index bb4854c1b7..d8e732bb4b 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -1125,7 +1125,7 @@ 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-16204 + // 4.6 doesn't support timestamp updates from 4.7 we should uncomment this. See CRM-16431. continue; //case CRM_Utils_Type::T_DATETIME: