diff options
| author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-21 08:15:57 +0000 |
|---|---|---|
| committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-21 08:15:57 +0000 |
| commit | 791a574184567d7baf15303f69806707a8e85b5e (patch) | |
| tree | c1f3fcd48d4b43be850c1f25a91e07345bbecb3a /test | |
| parent | 1de3bce9adeb99c9543f47f6afc2305eb2cf961d (diff) | |
file test_imap.rb was added on branch ruby_1_8 on 2006-11-04 13:03:20 +0000
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
| -rw-r--r-- | test/net/imap/test_imap.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/net/imap/test_imap.rb b/test/net/imap/test_imap.rb deleted file mode 100644 index aa4215224..000000000 --- a/test/net/imap/test_imap.rb +++ /dev/null @@ -1,14 +0,0 @@ -require "net/imap" -require "test/unit" - -class IMAPTest < Test::Unit::TestCase - def test_encode_utf7 - s = Net::IMAP.encode_utf7("\357\274\241\357\274\242\357\274\243") - assert_equal("&,yH,Iv8j-", s) - end - - def test_decode_utf7 - s = Net::IMAP.decode_utf7("&,yH,Iv8j-") - assert_equal("\357\274\241\357\274\242\357\274\243", s) - end -end |
