Changes between and of Initial VersionVersion 1Ticket #6266
- Timestamp:
- 01/18/2013 09:57:44 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6266 – description
initial v1 1 1 According to #5645, when deprecating something, the tests of that functionality need to remain, but not emit deprecation warnings. 2 2 3 In #55 33, a private function `_getDeprecationSuppression` was added to generate an approriate narrow suppression (to pass to `.suppress` of a test case or method).3 In #5544, a private function `_getDeprecationSuppression` was added to generate an approriate narrow suppression (to pass to `.suppress` of a test case or method). 4 4 5 5 This function should be made public.
