]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/changesets.yml
Fixed problems with the relations functional tests.
[rails.git] / test / fixtures / changesets.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 normal_user_first_change:
3   id: 1
4   user_id: 1
5   created_at: "2007-01-01 00:00:00"
6   open: 1
7   
8 second_user_first_change:
9   id: 2
10   user_id: 2
11   created_at: "2008-05-01 01:23:45"
12   open: 1
13