[wp-trac] [WordPress Trac] #23928: Update ajax autosave unit tests for 3.6

WordPress Trac noreply at wordpress.org
Wed Apr 3 18:20:55 UTC 2013


#23928: Update ajax autosave unit tests for 3.6
--------------------------+--------------------
 Reporter:  kurtpayne     |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.6
Component:  Unit Tests    |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+--------------------
Description changed by ocean90:

Old description:

> The ajax autosave unit test is failing with trunk.
>
> Update it to be compatible with the following core changes:
>
> * Move nopriv_autosave to nopriv_heartbeat [r23692]
> * Remove use of `$login_grace_period` [r23699]
> * Send post_type with autosave [r16657] (this was incorrect in the
> original unit test, I'm not sure why it's just now breaking)
> * Change `$_POST['post_ID']` to `$_POST['post_id']` [r23683]

New description:

 The ajax autosave unit test is failing with trunk.

 Update it to be compatible with the following core changes:

 * Move nopriv_autosave to nopriv_heartbeat [23692]
 * Remove use of `$login_grace_period` [23699]
 * Send post_type with autosave [16657] (this was incorrect in the original
 unit test, I'm not sure why it's just now breaking)
 * Change `$_POST['post_ID']` to `$_POST['post_id']` [23683]

--

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23928#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list