Index: tests/user.php
===================================================================
--- tests/user.php	(revision 1242)
+++ tests/user.php	(working copy)
@@ -358,7 +358,7 @@
 		$user_data = array( 'ID' => $user_id, 'use_ssl' => 1, 'show_admin_bar_front' => 1,
 						   'rich_editing' => 1, 'first_name' => 'first', 'last_name' => 'last',
 						   'nickname' => 'nick', 'comment_shortcuts' => 1, 'admin_color' => 'classic',
-						   'description' => 'describe', 'aim' => 'aim', 'yim' => 'yim', 'jabber' => 'jabber' );
+						   'description' => 'describe' );
 		wp_update_user( $user_data );
 
 		$user = new WP_User( $user_id );
