[Groonga-mysql-commit] mroonga/mroonga [master] [test][storage] fix wrong expected result

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 7日 (水) 01:01:38 JST


Kouhei Sutou	2012-03-07 01:01:38 +0900 (Wed, 07 Mar 2012)

  New Revision: 8eb4adffc213d387e90edc1b9fc4d590eeb9e0de

  Log:
    [test][storage] fix wrong expected result
    
    refs #1300

  Modified files:
    test/sql/suite/mroonga_storage/r/multiple_column_index_update_int.result

  Modified: test/sql/suite/mroonga_storage/r/multiple_column_index_update_int.result (+2 -2)
===================================================================
--- test/sql/suite/mroonga_storage/r/multiple_column_index_update_int.result    2012-03-05 22:34:15 +0900 (d6b1c40)
+++ test/sql/suite/mroonga_storage/r/multiple_column_index_update_int.result    2012-03-07 01:01:38 +0900 (8b754fd)
@@ -25,6 +25,6 @@ id	name	score
 UPDATE scores SET name = "Saburo YAMADA" WHERE id = 3;
 SELECT * FROM scores WHERE score = 29;
 id	name	score
-3	Saburo Yamada	29
-1	Taro YAMADA	29
+3	Saburo YAMADA	29
+1	Taro Yamada	29
 DROP TABLE scores;




Groonga-mysql-commit メーリングリストの案内
Back to archive index