X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f58fb85e03750eec372e381c1517035e9eb9837a..796da2669d9bff39476631aa7dfaf348b6098169:/test/fixtures/users.yml?ds=sidebyside diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index be8bf4c55..28e1aca3d 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -1,20 +1,20 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html normal_user: - email: test@openstreetmap.org id: 1 + email: test@openstreetmap.org active: 1 pass_crypt: <%= Digest::MD5.hexdigest('test') %> creation_time: "2007-01-01 00:00:00" display_name: test data_public: 0 description: test - home_lat: 1 - home_lon: 1 + home_lat: 12.1 + home_lon: 12.1 home_zoom: 3 second_user: - email:test@example.com id: 2 + email: test@example.com active: 1 pass_crypt: <%= Digest::MD5.hexdigest('test') %> creation_time: "2008-05-01 01:23:45" @@ -24,3 +24,15 @@ second_user: home_lat: 12 home_lon: 12 home_zoom: 12 + +inactive_user: + id: 3 + email: inactive@openstreetmap.org + active: 0 + pass_crypt: <%= Digest::MD5::hexdigest('test2') %> + display_name: Inactive User + data_public: 1 + description: description + home_lat: 123.4 + home_lon: 12.34 + home_zoom: 15