Commit 40494cbe authored by Tim Felgentreff's avatar Tim Felgentreff

test fixes

parent 859bfa62
......@@ -92,7 +92,7 @@ class RepositoryTest < ActiveSupport::TestCase
assert_equal [101], fixed_issue.changeset_ids
# issue change
journal = fixed_issue.journals.find(:first, :order => 'created_at desc')
journal = fixed_issue.journals.last
assert_equal User.find_by_login('dlopper'), journal.user
assert_equal 'Applied in changeset r2.', journal.notes
......
Subproject commit 90c006540f93d9d2f0aebe51d57ec634ec8ee185
Subproject commit af538585b993e35e06ff2218b3358492c54ef78b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment