Make WordPress Core

Changeset 865 in tests for trunk/wp-testcase/test_user.php


Ignore:
Timestamp:
07/02/2012 06:15:04 PM (14 years ago)
Author:
nacin
Message:

For query tests that don't require a post (or comment) to pass, test twice - with and without posts/comments.

Remove cruft. Uncomment knownWPBug (it passes in 3.5, but the ticket is currently open for discussion).

Remove @ticket, as these get picked up as groups.

Exclude final file to be ported, this time with a relative path. see #97.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-testcase/test_user.php

    r828 r865  
    217217
    218218    /**
    219      * @ticket 19265
     219     * ticket 19265
    220220     */
    221221    function test_user_level_property_back_compat() {
     
    381381
    382382    /**
    383      * @ticket 19595
     383     * ticket 19595
    384384     */
    385385    function test_global_userdata() {
     
    398398
    399399    /**
    400      * @ticket 19769
     400     * ticket 19769
    401401     */
    402402    function test_global_userdata_is_null_when_logged_out() {
Note: See TracChangeset for help on using the changeset viewer.