mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Adds debug code to investigate test fail on CI (#39111).
git-svn-id: https://svn.redmine.org/redmine/trunk@22638 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1e71db421a
commit
c88bcfbbee
@ -25,6 +25,8 @@ class Redmine::AssetPathTest < ActiveSupport::TestCase
|
||||
@assets = {}
|
||||
@transition_map = {}
|
||||
@asset_path.update(transition_map: @transition_map, assets: @assets)
|
||||
puts "################# Debug asset_path"
|
||||
puts @asset_path.inspect
|
||||
end
|
||||
|
||||
test "asset path size" do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user