[Groonga-commit] groonga/groonga at de9c506 [master] test: follow inspection result change of expression

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 30 12:34:46 JST 2014


Kouhei Sutou	2014-12-30 12:34:46 +0900 (Tue, 30 Dec 2014)

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

  Message:
    test: follow inspection result change of expression

  Modified files:
    test/unit/core/test-expr-parse.c

  Modified: test/unit/core/test-expr-parse.c (+3 -3)
===================================================================
--- test/unit/core/test-expr-parse.c    2014-12-30 12:30:52 +0900 (9d7acc1)
+++ test/unit/core/test-expr-parse.c    2014-12-30 12:34:46 +0900 (ee2a1d9)
@@ -291,7 +291,7 @@ test_parse(gconstpointer data)
     &context,
     "#<expr\n"
     "  vars:{\n"
-    "    $1:#<record:no_key:docs id:0(nonexistent)>\n"
+    "    $1:#<record:no_key:docs id:(no value)>\n"
     "  },\n"
     "  codes:{\n"
     "    0:<get_value(), modify:2, "
@@ -338,7 +338,7 @@ test_parse(gconstpointer data)
     &context,
     "#<expr\n"
     "  vars:{\n"
-    "    $1:#<record:no_key:docs id:0(nonexistent)>\n"
+    "    $1:#<record:no_key:docs id:(no value)>\n"
     "  },\n"
     "  codes:{\n"
     "    0:<get_value(), modify:2, "
@@ -901,7 +901,7 @@ test_syntax_equal_string_reference_key(void)
     &context,
     "#<expr\n"
     "  vars:{\n"
-    "    $1:#<record:no_key:docs id:0(nonexistent)>\n"
+    "    $1:#<record:no_key:docs id:(no value)>\n"
     "  },\n"
     "  codes:{\n"
     "    0:<get_value(), modify:2, "
-------------- next part --------------
HTML����������������������������...
다운로드 



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