[Tritonn-commit 123] [svn] [137] updated expected test file for senna_kwic regarding to SEN_SNIP_SKIP_LEADING_SPACES .

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 6月 9日 (月) 17:11:56 JST


Revision: 137
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=tritonn&view=rev&rev=137
Author:   mir
Date:     2008-06-09 17:11:56 +0900 (Mon, 09 Jun 2008)

Log Message:
-----------
updated expected test file for senna_kwic regarding to SEN_SNIP_SKIP_LEADING_SPACES.

Modified Paths:
--------------
    tags/tritonn-1.0.10-mysql-5.0.51a/mysql-test/suite/senna/r/senna_kwic.result


-------------- next part --------------
Modified: tags/tritonn-1.0.10-mysql-5.0.51a/mysql-test/suite/senna/r/senna_kwic.result
===================================================================
--- tags/tritonn-1.0.10-mysql-5.0.51a/mysql-test/suite/senna/r/senna_kwic.result	2008-06-09 08:10:08 UTC (rev 136)
+++ tags/tritonn-1.0.10-mysql-5.0.51a/mysql-test/suite/senna/r/senna_kwic.result	2008-06-09 08:11:56 UTC (rev 137)
@@ -158,8 +158,8 @@
 insert into t1 (c1, time) VALUES('B A B', 1191299722);
 select kwic(c1, 120, 3, 0, "", "", "B", "[", "]") from t1;
 kwic(c1, 120, 3, 0, "", "", "B", "[", "]")
-[B] A[ B]
-[B] A[ B]
+[B] A [B]
+[B] A [B]
 drop table t1;
 create table t1 (c1 longtext) default charset utf8 engine=myisam;
 insert into t1 (c1) VALUES('アイコンメニュー と ポートレット から検索');
@@ -171,7 +171,7 @@
 [アイコンメニュー] と ポートレット から検索
 select kwic(c1, 120, 3, 0, "", "", "から", "[", "]") from t1;
 kwic(c1, 120, 3, 0, "", "", "から", "[", "]")
-アイコンメニュー と ポートレット[ から]検索
+アイコンメニュー と ポートレット [から]検索
 select kwic(c1, 120, 3, 0, "", "", "検索", "[", "]") from t1;
 kwic(c1, 120, 3, 0, "", "", "検索", "[", "]")
 アイコンメニュー と ポートレット から[検索]


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