Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#24706 closed defect (bug) (fixed)

Use $wpdb->prefix to verify query in tests/meta/query.php (WP_Meta_Query test)

Reported by: codebykat Owned by: SergeyBiryukov
Priority: normal Milestone: 3.6
Component: Unit Tests Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

wp-tests-config-sample.php sets the table_prefix to "wptests_", which was causing tests/meta/query.php to fail on a test where it assumed the prefix was "wp_".

Attachments (1)

24706-use-table-prefix-in-meta-query-test.diff (563 bytes ) - added by codebykat 13 years ago.
Use $wpdb->prefix instead of hardcoding "wp_postmeta"

Download all attachments as: .zip

Change History (3)

@codebykat
13 years ago

Use $wpdb->prefix instead of hardcoding "wp_postmeta"

#1 @SergeyBiryukov
13 years ago

  • Milestone Awaiting Review3.6

#2 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 1304/tests:

Use correct table prefix. props codebykat. fixes #24706.

Note: See TracTickets for help on using tickets.