Sha256: 6eccc0c94d28aa537ec2bf6ba7e30ec7b5d193a0d4694bef1938632fde59553a

Contents?: true

Size: 908 Bytes

Versions: 50

Compression:

Stored size: 908 Bytes

Contents

# Copyright (C) 2012  Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1 as published by the Free Software Foundation.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

class NormalizerTest < Test::Unit::TestCase
  include GroongaTestUtils

  setup :setup_database

  def test_normalize
    assert_equal("abc", Groonga::Normalizer.normalize("AbC"))
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
rroonga-4.0.3-x86-mingw32 test/test-normalizer.rb
rroonga-4.0.3-x64-mingw32 test/test-normalizer.rb
rroonga-4.0.3 test/test-normalizer.rb
rroonga-4.0.2-x64-mingw32 test/test-normalizer.rb
rroonga-4.0.2-x86-mingw32 test/test-normalizer.rb
rroonga-4.0.2 test/test-normalizer.rb
rroonga-4.0.1-x86-mingw32 test/test-normalizer.rb
rroonga-4.0.1-x64-mingw32 test/test-normalizer.rb
rroonga-4.0.1 test/test-normalizer.rb
rroonga-4.0.0-x64-mingw32 test/test-normalizer.rb
rroonga-4.0.0-x86-mingw32 test/test-normalizer.rb
rroonga-4.0.0 test/test-normalizer.rb
rroonga-3.1.2-x64-mingw32 test/test-normalizer.rb
rroonga-3.1.2-x86-mingw32 test/test-normalizer.rb
rroonga-3.1.2 test/test-normalizer.rb
rroonga-3.1.1-x64-mingw32 test/test-normalizer.rb
rroonga-3.1.1-x86-mingw32 test/test-normalizer.rb
rroonga-3.1.1 test/test-normalizer.rb
rroonga-3.1.0-x64-mingw32 test/test-normalizer.rb
rroonga-3.1.0-x86-mingw32 test/test-normalizer.rb