Opened 2 years ago
Closed 12 months ago
#13 closed defect (fixed)
asdftestblog1.2007-11-23.sql has incorrect database structure
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Fix Existing Tests |
| Component: | Importing | Keywords: | |
| Cc: |
Description
There is no longer an post_category column in the wp_posts table. Removing this from the SQL dump solves the majority of errors (not failures) encountered when running the tests.
Quick fix is to remove the column, but probably best to regenerate a new SQL dump at some point.
Related is to clean out old .sql and .xml files from export test data.
Change History (3)
comment:2
dd32
— 2 years ago
For reference, asdftestblog1.2008-04-01.sql also includes a post_category field, However Nothing is using that export.
I've added (in [361]) _WPDataset2 which uses export/test-data.2011-01-17.xml (The latest Theme Test Data) and a fresh database dump, which can be used for more complete testing with new test cases.
[325]