[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:00 JST 2012


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

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

  Log:
    test: use error name instead of error code
    
    1231 ->
    ER_WRONG_VALUE_FOR_VAR

  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:17:08 +0900 (a234268)
+++ test/sql/suite/mroonga/storage/variable/log_level/t/TODO_SPLIT_ME.test    2012-11-17 17:18:00 +0900 (1be1c1b)
@@ -48,7 +48,7 @@ show global variables like 'mroonga_log_level';
 set global mroonga_log_level=DUMP;
 show global variables like 'mroonga_log_level';
 
---error 1231
+--error ER_WRONG_VALUE_FOR_VAR
 set global mroonga_log_level=dummy;
 
 --error 1229
-------------- next part --------------
HTML����������������������������...
Download 



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