From 0fbe7d5a0eac8cfaffa6c3b27f3b9a90061a0fbc Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 1 Aug 2024 11:33:46 +0900 Subject: [PATCH] test: don't use abbreviated name --- .../{test_attlist.rb => test_attribute_list_declaration.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/parse/{test_attlist.rb => test_attribute_list_declaration.rb} (86%) diff --git a/test/parse/test_attlist.rb b/test/parse/test_attribute_list_declaration.rb similarity index 86% rename from test/parse/test_attlist.rb rename to test/parse/test_attribute_list_declaration.rb index c1b4376c..bf2c1ce3 100644 --- a/test/parse/test_attlist.rb +++ b/test/parse/test_attribute_list_declaration.rb @@ -4,7 +4,7 @@ require "rexml/document" module REXMLTests - class TestParseAttlist < Test::Unit::TestCase + class TestParseAttributeListDeclaration < Test::Unit::TestCase include Test::Unit::CoreAssertions def test_linear_performance_gt