[Groonga-commit] ranguba/chupa-text-decomposer-libreoffice at b0b8e42 [master] general: remove unused files

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Sun Mar 3 06:09:16 JST 2019


Kouhei Sutou	2019-03-03 06:09:16 +0900 (Sun, 03 Mar 2019)

  Revision: b0b8e4245672eb34c20ad82b317f7b3d29c79f72
  https://github.com/ranguba/chupa-text-decomposer-libreoffice/commit/b0b8e4245672eb34c20ad82b317f7b3d29c79f72

  Message:
    general: remove unused files

  Removed files:
    chupa-text-decomposer-libreoffice-excel/test/run-test.rb
    chupa-text-decomposer-libreoffice-excel/test/test-xls.rb
  Modified files:
    chupa-text-decomposer-libreoffice-excel/Rakefile
    chupa-text-decomposer-libreoffice-excel/chupa-text-decomposer-libreoffice-excel.gemspec

  Modified: chupa-text-decomposer-libreoffice-excel/Rakefile (+1 -8)
===================================================================
--- chupa-text-decomposer-libreoffice-excel/Rakefile    2019-03-03 05:03:47 +0900 (f6510d1)
+++ chupa-text-decomposer-libreoffice-excel/Rakefile    2019-03-03 06:09:16 +0900 (ec7faff)
@@ -1,6 +1,6 @@
 # -*- ruby -*-
 #
-# Copyright (C) 2014-2017  Kouhei Sutou <kou****@clear*****>
+# Copyright (C) 2014-2019  Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -16,8 +16,6 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-task :default => :test
-
 require "pathname"
 
 require "rubygems"
@@ -41,8 +39,3 @@ end
 
 Packnga::ReleaseTask.new(spec) do
 end
-
-desc "Run tests"
-task :test do
-  ruby("test/run-test.rb")
-end

  Modified: chupa-text-decomposer-libreoffice-excel/chupa-text-decomposer-libreoffice-excel.gemspec (+0 -2)
===================================================================
--- chupa-text-decomposer-libreoffice-excel/chupa-text-decomposer-libreoffice-excel.gemspec    2019-03-03 05:03:47 +0900 (c0ea3c9)
+++ chupa-text-decomposer-libreoffice-excel/chupa-text-decomposer-libreoffice-excel.gemspec    2019-03-03 06:09:16 +0900 (f0523af)
@@ -37,13 +37,11 @@ Gem::Specification.new do |spec|
   spec.files += [".yardopts"]
   spec.files += Dir.glob("lib/**/*.rb")
   spec.files += Dir.glob("doc/text/*")
-  spec.files += Dir.glob("test/**/*")
 
   spec.add_runtime_dependency("chupa-text-decomposer-libreoffice-general")
 
   spec.add_development_dependency("bundler")
   spec.add_development_dependency("rake")
-  spec.add_development_dependency("test-unit")
   spec.add_development_dependency("packnga")
   spec.add_development_dependency("redcarpet")
 end

  Deleted: chupa-text-decomposer-libreoffice-excel/test/run-test.rb (+0 -31) 100755
===================================================================
--- chupa-text-decomposer-libreoffice-excel/test/run-test.rb    2019-03-03 05:03:47 +0900 (6d4a729)
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/env ruby
-#
-# Copyright (C) 2013  Kouhei Sutou <kou****@clear*****>
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# 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
-
-$VERBOSE = true
-
-require "bundler/setup"
-
-require "test-unit"
-
-require "chupa-text"
-
-ChupaText::Decomposers.load
-
-require_relative "../../chupa-text-decomposer-libreoffice/test/helper"
-
-exit(Test::Unit::AutoRunner.run(true))

  Deleted: chupa-text-decomposer-libreoffice-excel/test/test-xls.rb (+0 -23) 100644
===================================================================
--- chupa-text-decomposer-libreoffice-excel/test/test-xls.rb    2019-03-03 05:03:47 +0900 (93c1b01)
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (C) 2014-2019  Kouhei Sutou <kou****@clear*****>
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# 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 TestXls < Test::Unit::TestCase
-  include XlsTests
-
-  def setup
-    @decomposer = ChupaText::Decomposers::LibreOfficeExcel.new({})
-  end
-end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190303/9fcb4ca6/attachment-0001.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る