diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-12-16 17:23:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-12-16 17:23:31 +0000 |
commit | 2576292959f2fb7bf226f18e1903424e1c540930 (patch) | |
tree | 5f8ffdc38d08b23fb631a39174a95e9e15c57e78 /test/unit/project_nested_set_concurrency_test.rb | |
parent | ba14bc48026901a658313f0901ec34b3e2fcb77b (diff) | |
download | redmine-2576292959f2fb7bf226f18e1903424e1c540930.tar.gz redmine-2576292959f2fb7bf226f18e1903424e1c540930.zip |
Set User.current to nil before unit tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@17761 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/project_nested_set_concurrency_test.rb')
-rw-r--r-- | test/unit/project_nested_set_concurrency_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/project_nested_set_concurrency_test.rb b/test/unit/project_nested_set_concurrency_test.rb index 430aab175..771601333 100644 --- a/test/unit/project_nested_set_concurrency_test.rb +++ b/test/unit/project_nested_set_concurrency_test.rb @@ -21,6 +21,7 @@ class ProjectNestedSetConcurrencyTest < ActiveSupport::TestCase self.use_transactional_tests = false def setup + User.current = nil CustomField.delete_all end |