Make WordPress Core

Changeset 894 in tests for trunk/tests/test_db.php


Ignore:
Timestamp:
07/09/2012 03:32:24 PM (13 years ago)
Author:
nacin
Message:

Convert knownWPBug and knownUTBug to @ticket annotations. fixes #102.

Allows for an extra description to be included with the annotation,
which will be passed to markTestSkipped().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_db.php

    r804 r894  
    4444     * Test that floats formatted as "0,700" get sanitized properly by wpdb
    4545     * @global mixed $wpdb
     46     *
     47     * @ticket 19861
    4648     */
    4749    public function test_locale_floats() {
    4850        global $wpdb;
    49 
    50         $this->knownWPBug( 19861 );
    5151
    5252        // Save the current locale
Note: See TracChangeset for help on using the changeset viewer.