[Groonga-commit] ranguba/chupa-text at 7af5d8a [master] Load content-types.conf by default

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 3 18:48:52 JST 2014


Kouhei Sutou	2014-01-03 18:48:52 +0900 (Fri, 03 Jan 2014)

  New Revision: 7af5d8a47dd685fc400f393be466fb7965cc33c4
  https://github.com/ranguba/chupa-text/commit/7af5d8a47dd685fc400f393be466fb7965cc33c4

  Message:
    Load content-types.conf by default

  Modified files:
    data/chupa-text.conf
    test/command/test-chupa-text.rb

  Modified: data/chupa-text.conf (+2 -1)
===================================================================
--- data/chupa-text.conf    2014-01-03 18:48:39 +0900 (8c76ef5)
+++ data/chupa-text.conf    2014-01-03 18:48:52 +0900 (3b4fa86)
@@ -1,4 +1,5 @@
 # -*- ruby -*-
 
+load("content-types.conf")
+
 decomposer.names = ["*"]
-decomposer.tar = {}

  Modified: test/command/test-chupa-text.rb (+1 -0)
===================================================================
--- test/command/test-chupa-text.rb    2014-01-03 18:48:39 +0900 (85d41c6)
+++ test/command/test-chupa-text.rb    2014-01-03 18:48:52 +0900 (2b443ea)
@@ -166,6 +166,7 @@ class TestCommandChupaText < Test::Unit::TestCase
                      true,
                      {
                        "uri"   => gz.to_s,
+                       "content-type" => "application/x-gzip",
                        "size"  => gz.stat.size,
                        "texts" => [],
                      },
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index