#25632 closed defect (bug) (wontfix)
post_parent out of range error in unit tests
Reported by: | atimmer | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.7 |
Component: | Unit Tests | Keywords: | |
Focuses: | Cc: |
Description
in tests/post/attachments.php
Out of range value for column 'post_parent', the function _make_attachment() uses a default value of -1.
Attachments (1)
Change History (4)
#1
@
11 years ago
- Keywords close added; has-patch removed
- Resolution set to wontfix
- Status changed from new to closed
Version 0, edited 11 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
This is caused by mysql strict mode, WordPress don't support mysql strict mode.