Browse Source

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
pull/145/merge
Marius Balteanu 3 months ago
parent
commit
c88bcfbbee
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      test/unit/lib/redmine/asset_path_test.rb

+ 2
- 0
test/unit/lib/redmine/asset_path_test.rb View File

@@ -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…
Cancel
Save