diff options
| author | Vlatka Pavisic | 2017-02-14 12:05:46 +0100 |
|---|---|---|
| committer | Vlatka Pavisic | 2017-02-14 12:05:57 +0100 |
| commit | 6c6f0def73a6228a48f8f3ccdcd62a99e6332798 (patch) | |
| tree | be1044f483cad0de6b308882a50fefbf33deb2a2 /lib | |
| parent | 5aa6e1cf6333b2d2c854bf182b07f463168a421c (diff) | |
| download | chouette-core-6c6f0def73a6228a48f8f3ccdcd62a99e6332798.tar.bz2 | |
Refs #2596 : Fix tests pt. 2
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/stif/reflex_synchronization.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stif/reflex_synchronization.rb b/lib/stif/reflex_synchronization.rb index 9c5ff7cd4..b7295070a 100644 --- a/lib/stif/reflex_synchronization.rb +++ b/lib/stif/reflex_synchronization.rb @@ -156,7 +156,7 @@ module Stif end if stop.changed? - stop.creation_time = entry[:created] + stop.created_at = entry[:created] stop.import_xml = entry[:xml] prop = stop.new_record? ? :imported_count : :updated_count increment_counts prop, 1 |
