]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/changesets.yml
DateTime => Time for consistency in changeset code, ok by shaun.
[rails.git] / test / fixtures / changesets.yml
index defd691d2c773d67a4579cb37273fa72660fcdf0..9e559729f53cd55aa5702d9cf44ef227ade68387 100644 (file)
@@ -7,7 +7,7 @@ normal_user_first_change:
   id: 1
   user_id: 1
   created_at: "2007-01-01 00:00:00"
-  closed_at: <%= DateTime.now + Rational(1,24) %>
+  closed_at: <%= Time.now + 1.hour %>
   min_lon: <%= 1 * SCALE %>
   min_lat: <%= 1 * SCALE %>
   max_lon: <%= 5 * SCALE %>
@@ -18,7 +18,7 @@ second_user_first_change:
   id: 2
   user_id: 2
   created_at: "2008-05-01 01:23:45"
-  closed_at: <%= DateTime.now + Rational(1,24) %>
+  closed_at: <%= Time.now + 1.hour %>
   num_changes: 0
 
 normal_user_closed_change:
@@ -32,7 +32,7 @@ normal_user_version_change:
   id: 4
   user_id: 1
   created_at: "2008-01-01 00:00:00"
-  closed_at: <%= DateTime.now + Rational(1,24) %>
+  closed_at: <%= Time.now + 1.hour %>
   min_lon: <%= 1 * SCALE %>
   min_lat: <%= 1 * SCALE %>
   max_lon: <%= 4 * SCALE %>