Project

General

Profile

Patch #34595 » 0002-Fix-failing-tests.patch

Marius BĂLTEANU, 2021-03-15 23:51

View differences:

test/unit/lib/redmine/project_jump_box_test.rb
23 23
  fixtures :users, :projects, :user_preferences
24 24

  
25 25
  def setup
26
    @user = User.find_by_login 'dlopper'
26
    @user = User.find_by_login 'jsmith'
27
    User.current = @user
27 28
    @ecookbook = Project.find 'ecookbook'
28 29
    @onlinestore = Project.find 'onlinestore'
29 30
  end
(3-3/4)