Index: testing_server_install/drupal_database.sql
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/testing_server_setup/testing_server_install/drupal_database.sql,v
retrieving revision 1.4
diff -u -r1.4 drupal_database.sql
--- testing_server_install/drupal_database.sql	9 Jul 2009 19:01:04 -0000	1.4
+++ testing_server_install/drupal_database.sql	9 Jul 2009 19:02:51 -0000
@@ -1225,7 +1225,7 @@
 
 INSERT INTO `users` (`uid`, `name`, `pass`, `mail`, `mode`, `sort`, `threshold`, `theme`, `signature`, `created`, `access`, `login`, `status`, `timezone`, `language`, `picture`, `init`, `data`) VALUES
 (0, '', '', '', 0, 0, 0, '', '', 0, 0, 0, 0, NULL, '', '', '', NULL),
-(1, 'admin', 'f3e488cdfbb32cca53f4bfd5fc003178', 'testingadmin@example.com', 0, 0, 0, '', '', 1241736526, 1244771950, 1244771375, 1, '0', '', '', 'testingadmin@example.com', 'a:1:{s:13:"form_build_id";s:37:"form-85b275a392fe414c15e13632a0969d4d";}');
+(1, 'testingadmin', 'f3e488cdfbb32cca53f4bfd5fc003178', 'testingadmin@example.com', 0, 0, 0, '', '', 1241736526, 1244771950, 1244771375, 1, '0', '', '', 'testingadmin@example.com', 'a:1:{s:13:"form_build_id";s:37:"form-85b275a392fe414c15e13632a0969d4d";}');
 
 -- --------------------------------------------------------
 
