Index: trunk/tests/post/revisions.php
===================================================================
--- trunk/tests/post/revisions.php	(revision 1276)
+++ trunk/tests/post/revisions.php	(working copy)
@@ -47,7 +47,7 @@
 		wp_restore_post_revision( $lastrevision->ID );
 
 		//is post_meta correctly set to revision author
-		$this->assertEquals( $author_user_id, get_post_meta( $post_id, '_edit_last', true ) ); //after restoring user
+		$this->assertEquals( $admin_user_id, get_post_meta( $post_id, '_edit_last', true ) ); //after restoring user
 
 		wp_set_current_user( 0 );
 	}
@@ -323,4 +323,4 @@
 			$this->assertTrue( user_can( $author_user_id, 'read_post', $revision->ID ) );
 		}
 	}
-}
\ No newline at end of file
+}
