n.c.
[chise/ruby.git] / test / test-util.rb
index 932f53d..e69de29 100755 (executable)
@@ -1,11 +0,0 @@
-#!/usr/bin/env ruby
-# Copyright (C) 2002-2004 Kouichirou Eto, All rights reserved.
-
-require "common"
-
-class TestUtil < Test::Unit::TestCase
-  def test_db
-    assert_equal("()+!", "<>*?".path.unix_to_win.to_s)
-    assert_equal("<>*?", "()+!".path.win_to_unix.to_s)
-  end
-end