WordPress.org

Make WordPress Core

Opened 2 years ago

Closed 12 months ago

#13 closed defect (fixed)

asdftestblog1.2007-11-23.sql has incorrect database structure

Reported by: duck_ Owned by: duck_
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:1 duck_2 years ago

  • Owner changed from westi to duck_
  • Status changed from new to assigned

comment:2 dd322 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.

comment:3 nacin12 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.