932f53dce1695d1b844fbafb780777a7790a859c
[chise/ruby.git] / test / test-util.rb
1 #!/usr/bin/env ruby
2 # Copyright (C) 2002-2004 Kouichirou Eto, All rights reserved.
3
4 require "common"
5
6 class TestUtil < Test::Unit::TestCase
7   def test_db
8     assert_equal("()+!", "<>*?".path.unix_to_win.to_s)
9     assert_equal("<>*?", "()+!".path.win_to_unix.to_s)
10   end
11 end