Sha256: 1c06498aa65f3b0e4f550284031d96fd3e86afaaad3d2f48c6a7a44d65569969
Contents?: true
Size: 1.02 KB
Versions: 61
Compression:
Stored size: 1.02 KB
Contents
# Copyright (C) 2015 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class WindowsEventLoggerTest < Test::Unit::TestCase include GroongaTestUtils test "#register" do if windows? Groonga::WindowsEventLogger.register("Rroonga") else assert_raise(Groonga::FunctionNotImplemented) do Groonga::WindowsEventLogger.register("Rroonga") end end end end
Version data entries
61 entries across 61 versions & 1 rubygems