aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_conformance.rb
diff options
context:
space:
mode:
authorManfred Stienstra <manfred@fngtps.com>2008-09-21 17:37:38 +0200
committerManfred Stienstra <manfred@fngtps.com>2008-09-21 17:37:38 +0200
commit3c9eedec3c17861c354635a33f3012e85083301f (patch)
tree136f248b1ddf9483adc47e29f7c3c5c73035874c /activesupport/test/multibyte_conformance.rb
parent85c05b53948a64ab0e246239d18e01d317a74d7d (diff)
downloadrails-3c9eedec3c17861c354635a33f3012e85083301f.tar.gz
rails-3c9eedec3c17861c354635a33f3012e85083301f.tar.bz2
rails-3c9eedec3c17861c354635a33f3012e85083301f.zip
Move multibyte test helpers to a separate file and make the conformance tests run again.
Diffstat (limited to 'activesupport/test/multibyte_conformance.rb')
-rw-r--r--activesupport/test/multibyte_conformance.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/activesupport/test/multibyte_conformance.rb b/activesupport/test/multibyte_conformance.rb
index fe6cd70c70..caae4791b4 100644
--- a/activesupport/test/multibyte_conformance.rb
+++ b/activesupport/test/multibyte_conformance.rb
@@ -1,4 +1,8 @@
+# encoding: utf-8
+
require 'abstract_unit'
+require 'multibyte_test_helpers'
+
require 'fileutils'
require 'open-uri'
require 'tmpdir'
@@ -22,7 +26,7 @@ class Downloader
end
class MultibyteConformanceTest < Test::Unit::TestCase
- include MultibyteTest
+ include MultibyteTestHelpers
UNIDATA_URL = "http://www.unicode.org/Public/#{ActiveSupport::Multibyte::UNICODE_VERSION}/ucd"
UNIDATA_FILE = '/NormalizationTest.txt'