[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test][storage] fix wrong expected result

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:38:35 JST 2012


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

  New Revision: 8eb4adffc213d387e90edc1b9fc4d590eeb9e0de
  https://github.com/mroonga/mroonga/commit/8eb4adffc213d387e90edc1b9fc4d590eeb9e0de

  Merged 16ed2c6: Merge branch 'master' of github.com:mroonga/mroonga

  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;
-------------- next part --------------
HTML����������������������������...
Download 



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