Sha256: 2b57ba35be9498e9cc8f15dd52e43a010eabe257a1883d969c7cbe45c98dd273

Contents?: true

Size: 849 Bytes

Versions: 45

Compression:

Stored size: 849 Bytes

Contents

# Copyright (C) 2009  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 QueryTest < Test::Unit::TestCase
  include GroongaTestUtils

  def test_new
    Groonga::Query.new("groonga text")
  end
end

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
rroonga-1.3.0-x86-mingw32 test/test-query.rb
rroonga-1.3.0 test/test-query.rb
rroonga-1.2.9 test/test-query.rb
rroonga-1.2.8 test/test-query.rb
rroonga-1.2.7-x86-mswin32 test/test-query.rb
rroonga-1.2.7-x86-mingw32 test/test-query.rb
rroonga-1.2.7 test/test-query.rb
rroonga-1.2.6 test/test-query.rb
rroonga-1.2.5-x86-mingw32 test/test-query.rb
rroonga-1.2.5 test/test-query.rb
rroonga-1.2.4 test/test-query.rb
rroonga-1.2.3 test/test-query.rb
rroonga-1.2.2 test/test-query.rb
rroonga-1.2.1 test/test-query.rb
rroonga-1.2.0 test/test-query.rb
rroonga-1.1.0-x86-mingw32 test/test-query.rb
rroonga-1.1.0 test/test-query.rb
rroonga-1.0.9 test/test-query.rb
rroonga-1.0.8 test/test-query.rb
rroonga-1.0.7 test/test-query.rb