Patch #34595 » 0002-Fix-failing-tests.patch
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 |