[Groonga-commit] groonga/groonga at 8056432 [master] test: follow error message change

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 16 16:51:15 JST 2015


Kouhei Sutou	2015-11-16 16:51:15 +0900 (Mon, 16 Nov 2015)

  New Revision: 8056432f689895d54a13682258209e4beb269957
  https://github.com/groonga/groonga/commit/8056432f689895d54a13682258209e4beb269957

  Message:
    test: follow error message change

  Modified files:
    test/unit/core/test-inverted-index.c

  Modified: test/unit/core/test-inverted-index.c (+1 -1)
===================================================================
--- test/unit/core/test-inverted-index.c    2015-11-16 16:49:32 +0900 (eb2570c)
+++ test/unit/core/test-inverted-index.c    2015-11-16 16:51:15 +0900 (df4935f)
@@ -268,7 +268,7 @@ test_open_invalid_segment_file(void)
 {
   grn_io *io;
   gchar *id_string;
-  const gchar *expected_error_message = "syscall error";
+  const gchar *expected_error_message = "system call error";
 
   io = grn_io_create(context, path, 10, 10, 10,
                      grn_io_auto, GRN_IO_EXPIRE_SEGMENT);
-------------- next part --------------
HTML����������������������������...
다운로드 



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