Skip to content

Commit

Permalink
test: improve name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 6, 2024
1 parent d5ddbff commit 2fc3f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_xml_declaration_standalone
assert_equal('no', doc.stand_alone?, bug2539)
end

def test_gt_linear_performance
def test_gt_linear_performance_attribute_value
seq = [10000, 50000, 100000, 150000, 200000]
assert_linear_performance(seq) do |n|
REXML::Document.new('<test testing="' + ">" * n + '"></test>')
Expand Down

0 comments on commit 2fc3f79

Please sign in to comment.