]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/users.yml
Fixed fixtures and added new tests for ways and way_nodes.
[rails.git] / test / fixtures / users.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 normal_user:
3   id: 1
4   email: test@openstreetmap.org
5   active: 1
6   pass_crypt: <%= Digest::MD5.hexdigest('test') %>
7   creation_time: "2007-01-01 00:00:00"
8   display_name: test
9   data_public: 0
10   description: test
11   home_lat: 12.1
12   home_lon: 12.1
13   home_zoom: 3
14   
15 second_user:
16   id: 2
17   email: test@example.com
18   active: 1
19   pass_crypt: <%= Digest::MD5.hexdigest('test') %>
20   creation_time: "2008-05-01 01:23:45"
21   display_name: test2
22   data_public: 1
23   description: some test description
24   home_lat: 12
25   home_lon: 12
26   home_zoom: 12
27   
28 inactive_user:
29   id: 3
30   email: inactive@openstreetmap.org
31   active: 0
32   pass_crypt: <%= Digest::MD5::hexdigest('test2') %>
33   display_name: Inactive User
34   data_public: 1
35   description: description
36   home_lat: 123.4
37   home_lon: 12.34
38   home_zoom: 15