]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/users.yml
Add Google Webmaster Tool Auth file for Nick Black
[rails.git] / test / fixtures / users.yml
index b639d22655489e212325750e60b3f8c6dd9686cf..ac0029a62eee370c946f262c3db60c0037c3ef33 100644 (file)
@@ -12,7 +12,7 @@ normal_user:
   home_lon: 12.1
   home_zoom: 3
   
-second_user:
+public_user:
   id: 2
   email: test@example.com
   active: true
@@ -30,9 +30,24 @@ inactive_user:
   email: inactive@openstreetmap.org
   active: false
   pass_crypt: <%= Digest::MD5::hexdigest('test2') %>
+  creation_time: "2008-07-01 02:23:45"
   display_name: Inactive User
   data_public: true
   description: description
   home_lat: 123.4
   home_lon: 12.34
   home_zoom: 15
+  
+second_public_user:
+  id: 4
+  email: public@OpenStreetMap.org
+  active: true
+  pass_crypt: <%= Digest::MD5.hexdigest('test') %>
+  creation_time: "2008-05-01 01:23:45"
+  display_name: pulibc_test2
+  data_public: true
+  description: some test description
+  home_lat: 89
+  home_lon: 87
+  home_zoom: 12
+