mirror of
https://github.com/redmine/redmine.git
synced 2025-12-24 01:10:38 +01:00
Don't rescue Exception class (#31387).
Patch by Go MAEDA and Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18197 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -52,7 +52,7 @@ class ProjectNestedSetConcurrencyTest < ActiveSupport::TestCase
|
||||
c2.reload.destroy
|
||||
c1.reload.destroy
|
||||
end
|
||||
rescue Exception => e
|
||||
rescue => e
|
||||
Thread.current[:exception] = e.message
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user