Index: tests/post/revisions.php
===================================================================
--- tests/post/revisions.php	(revision 1219)
+++ tests/post/revisions.php	(working copy)
@@ -281,7 +281,7 @@
 		wp_update_post( array( 'post_status' => 'publish', 'ID' => $post_id ) );
 
 		$revisions = wp_get_post_revisions( $post_id );
-		$this->assertCount( 2, $revisions );
+		$this->assertCount( 1, $revisions );
 		foreach ( $revisions as $revision ) {
 			$this->assertFalse( current_user_can( 'edit_post', $revision->post_parent ) );
 			$this->assertFalse( current_user_can( 'edit_post', $revision->ID ) );
@@ -319,4 +319,4 @@
 			$this->assertTrue( user_can( $author_user_id, 'read_post', $revision->ID ) );
 		}
 	}
-}
\ No newline at end of file
+}
