[Groonga-commit] groonga/groonga at dc115ab [master] test: follow LZO -> LZ4 change

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Oct 23 22:52:11 JST 2014


Kouhei Sutou	2014-10-23 22:52:11 +0900 (Thu, 23 Oct 2014)

  New Revision: dc115abc3d6c0f2d9c4142cb0f8552d5c1840ea8
  https://github.com/groonga/groonga/commit/dc115abc3d6c0f2d9c4142cb0f8552d5c1840ea8

  Message:
    test: follow LZO -> LZ4 change

  Modified files:
    test/unit/core/test-context.c

  Modified: test/unit/core/test-context.c (+2 -2)
===================================================================
--- test/unit/core/test-context.c    2014-10-23 22:50:00 +0900 (640a8c5)
+++ test/unit/core/test-context.c    2014-10-23 22:52:11 +0900 (824098f)
@@ -28,7 +28,7 @@ void test_at_nonexistent(void);
 void test_dynamic_malloc_change(void);
 void test_command_version(void);
 void test_support_zlib(void);
-void test_support_lzo(void);
+void test_support_lz4(void);
 void test_output_type(void);
 
 static grn_ctx *context;
@@ -143,7 +143,7 @@ test_support_zlib(void)
 }
 
 void
-test_support_lzo(void)
+test_support_lz4(void)
 {
   int support_p;
   grn_obj grn_support_p;
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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