From ee072e1d3b4bb62d5f49cac87908453a5332bc80 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sun, 3 May 2015 11:41:05 +1200 Subject: [PATCH] Fix comment - wrong ticket ref --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.25.1