Changes between Initial Version and Version 1 of Ticket #36339, comment 3
- Timestamp:
- 06/12/2016 10:19:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36339, comment 3
initial v1 4 4 I'll write a UnitTest next week covering these scenarios: 5 5 6 - If a valid post type is supplied but its can_exportproperty is false,6 - If a valid post type is supplied but its `can_export` property is false, 7 7 no entry of this post type should be exported. 8 8 - If an invalid post type is supplied then an error message should occur 9 instead of doing the regular post type.9 instead of doing the regular export with all allowed post types. 10 10 11 11 After that a mock of the error message is needed here to show what the error message will look like.