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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 14 11:04:56 JST 2016


Kouhei Sutou	2016-04-14 11:04:56 +0900 (Thu, 14 Apr 2016)

  New Revision: 0346e47fd6734fbc7787d5f884c19ba1c5682703
  https://github.com/groonga/groonga/commit/0346e47fd6734fbc7787d5f884c19ba1c5682703

  Message:
    test: follow error message change

  Modified files:
    test/unit/core/test-command-select-sort.c

  Modified: test/unit/core/test-command-select-sort.c (+1 -1)
===================================================================
--- test/unit/core/test-command-select-sort.c    2016-04-14 10:29:37 +0900 (316c625)
+++ test/unit/core/test-command-select-sort.c    2016-04-14 11:04:56 +0900 (52895fd)
@@ -258,7 +258,7 @@ test_nonexistent(void)
   grn_test_assert_send_command_error(
     context,
     GRN_INVALID_ARGUMENT,
-    "invalid sort key: <nonexistent>(<_score,nonexistent>)",
+    "invalid sort key: <nonexistent>: table:<Sites> keys:<_score,nonexistent>",
     "select Sites "
     "--sortby \"_score,nonexistent\" "
     "--output_columns \"_key\"");
-------------- next part --------------
HTML����������������������������...
Télécharger 



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