]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/users.yml
Removing the in_world test from the model since it is included in the geo_record...
[rails.git] / test / fixtures / users.yml
index bcce2f7db5b9732ad1ff59109917c83060427711..89522ef7c457f3860d5bf01e7c485bbb0fcc082a 100644 (file)
@@ -1,7 +1,6 @@
 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
 normal_user:
   email: test@openstreetmap.org
-  id: 1
   active: 1
   pass_crypt: <%= Digest::MD5.hexdigest('test') %>
   creation_time: "2007-01-01 00:00:00"
@@ -11,3 +10,26 @@ normal_user:
   home_lat: 1
   home_lon: 1
   home_zoom: 3
+  
+second_user:
+  email: test@example.com
+  active: 1
+  pass_crypt: <%= Digest::MD5.hexdigest('test') %>
+  creation_time: "2008-05-01 01:23:45"
+  display_name: test2
+  data_public: 1
+  description: some test description
+  home_lat: 12
+  home_lon: 12
+  home_zoom: 12
+  
+inactive_user:
+  email: inactive@openstreetmap.org
+  active: 0
+  pass_crypt: <%= Digest::MD5::hexdigest('test2') %>
+  display_name: Inactive User
+  data_public: 1
+  description: description
+  home_lat: 12.34
+  home_lon: 12.34
+  home_zoom: 15