Changes between Version 1 and Version 2 of Ticket #45029, comment 9
- Timestamp:
- 03/31/2019 01:11:20 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45029, comment 9
v1 v2 7 7 In [attachment:"45029-2.diff"] I added the filtering into it's own test method, with some minor adjustments, like: 8 8 9 - Ticket reference. 10 - Some extra commenting on what the default values are that are going to be overridden by the filtering. 11 - {{{@since}}} on the filter callbacks. 9 - Adding a ticket reference. 10 - Adding some extra commenting on what the default values are that are going to be overridden by the filtering. 11 - Adding {{{@since}}} on the filter callbacks. 12 - Uses {{{assertTrue( ... )}}} instead of {{{assertSame( true, ... )}}}.