diaspora/spec/lib
Sarah Mei 22f7d1d48b Unix timestamps (output by mongo) are in milliseconds, but MySQL datetimes only have fidelity to seconds.
As a result we have to divide the exported value by 1000 before importing it (which coincidentally is the same as truncating the last 3 digits).
The remaining 8-hour difference is a time zone thing - haven't solved that one yet.
2011-01-08 17:18:09 -08:00
..
data_conversion Unix timestamps (output by mongo) are in milliseconds, but MySQL datetimes only have fidelity to seconds. 2011-01-08 17:18:09 -08:00
diaspora Fix some more specs, aspects controller is green in mysql 2010-12-22 14:15:45 -08:00
app_config_spec.rb Fix bug in :pod_uri generation. 2010-12-24 13:00:06 -08:00
em-webfinger_spec.rb Only service hasn't been migrated, there are a good 100 passing examples in mysql 2010-12-19 12:27:32 -08:00
encryptor_spec.rb Below 70 failures, GUIDs are next 2010-12-21 15:46:15 -08:00
hcard_spec.rb profile now knows about three images sizes, even in federation case 2010-11-30 13:40:41 -08:00
message_handler_spec.rb made http calls synchronous. messagehandler enqueues POSTs into resque. 2010-12-03 15:26:52 -08:00
rake_helper_spec.rb Replace APP_CONFIG with lib/app_config.rb so that it's testable. 2010-12-24 12:31:09 -08:00
salmon_salmon_spec.rb Only service hasn't been migrated, there are a good 100 passing examples in mysql 2010-12-19 12:27:32 -08:00
web_hooks_spec.rb Take unused models out of webhooks spec 2010-10-20 17:43:13 -07:00
webfinger_profile_spec.rb EM websocket cleanly merged with master. webfingering is now async 2010-10-29 11:05:17 -07:00
youtube_titles_spec.rb Get rid of youtube-title failure 2010-12-18 15:16:05 -08:00