diff options
author | murphy <murphy@rubychan.de> | 2009-04-20 21:14:35 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-04-20 21:14:35 +0000 |
commit | d9d447e4d8c09943dc7832cdc921be7f2039471e (patch) | |
tree | f55b3838e28f678dba431738144f0e63baaf2804 /test/lib | |
parent | 04e1ddf7e29af75c9b90da3153c77de6166d0ec7 (diff) | |
download | coderay-d9d447e4d8c09943dc7832cdc921be7f2039471e.tar.gz |
Fixed some test suite problems.
* coderay_suite: UTF-8 output is compared as binary.
* functional tests: cleaned up.
* test/unit: prevent Ruby 1.9 warning about circular require.
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/test/unit/autorunner.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/test/unit/autorunner.rb b/test/lib/test/unit/autorunner.rb index 86c9b12..0dfc01c 100644 --- a/test/lib/test/unit/autorunner.rb +++ b/test/lib/test/unit/autorunner.rb @@ -1,4 +1,3 @@ -require 'test/unit' require 'test/unit/ui/testrunnerutilities' require 'optparse' |