summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-01-26 02:20:39 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-01-26 02:20:39 +0000
commitc88bcfbbee38fa955fd06d9529029a755286f074 (patch)
tree47f7f9654331a991c32cdcf7c7099d8567e08c9c /test
parent1e71db421a83ed9db2ad30c3e2195f6c348467a7 (diff)
downloadredmine-c88bcfbbee38fa955fd06d9529029a755286f074.tar.gz
redmine-c88bcfbbee38fa955fd06d9529029a755286f074.zip
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
Diffstat (limited to 'test')
-rw-r--r--test/unit/lib/redmine/asset_path_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/lib/redmine/asset_path_test.rb b/test/unit/lib/redmine/asset_path_test.rb
index e820f33fd..c70544ede 100644
--- a/test/unit/lib/redmine/asset_path_test.rb
+++ b/test/unit/lib/redmine/asset_path_test.rb
@@ -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