[Groonga-mysql-commit] mroonga/mroonga [master] test: use error name instead of error code

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Nov 17 17:18:29 JST 2012


Kouhei Sutou	2012-11-17 17:18:29 +0900 (Sat, 17 Nov 2012)

  New Revision: df8a2adc671dab2c5a65edeb5697ab46ff551b75
  https://github.com/mroonga/mroonga/commit/df8a2adc671dab2c5a65edeb5697ab46ff551b75

  Log:
    test: use error name instead of error code
    
    1229 ->
    ER_GLOBAL_VARIABLE

  Modified files:
    test/sql/suite/mroonga/storage/variable/log_level/t/TODO_SPLIT_ME.test

  Modified: test/sql/suite/mroonga/storage/variable/log_level/t/TODO_SPLIT_ME.test (+1 -1)
===================================================================
--- test/sql/suite/mroonga/storage/variable/log_level/t/TODO_SPLIT_ME.test    2012-11-17 17:18:00 +0900 (1be1c1b)
+++ test/sql/suite/mroonga/storage/variable/log_level/t/TODO_SPLIT_ME.test    2012-11-17 17:18:29 +0900 (4d6307f)
@@ -51,7 +51,7 @@ show global variables like 'mroonga_log_level';
 --error ER_WRONG_VALUE_FOR_VAR
 set global mroonga_log_level=dummy;
 
---error 1229
+--error ER_GLOBAL_VARIABLE
 set session mroonga_log_level=NOTICE;
 
 --source include/have_mroonga_deinit.inc
-------------- next part --------------
HTML����������������������������...
Download 



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