From dd3851d2786412de019350a11e749c56fa5a07cc Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 13 Mar 2018 06:29:02 +0000 Subject: Rename test classes to allow stable test count when running test-all -j [Fix GH-1763] From: MSP-Greg git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_martin_fowler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rexml') diff --git a/test/rexml/test_martin_fowler.rb b/test/rexml/test_martin_fowler.rb index da685a80ec..add3c82723 100644 --- a/test/rexml/test_martin_fowler.rb +++ b/test/rexml/test_martin_fowler.rb @@ -3,7 +3,7 @@ require 'test/unit' require 'rexml/document' module REXMLTests - class OrderTester < Test::Unit::TestCase + class OrderTesterMF < Test::Unit::TestCase DOC = < Remove this element and figs order differently -- cgit v1.2.3