[Groonga-commit] groonga/groonga [master] test gqtp: follow backtrace output changes

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 9日 (金) 11:10:30 JST


Kouhei Sutou	2012-03-09 11:10:30 +0900 (Fri, 09 Mar 2012)

  New Revision: 1c057eb093ac91df6a61bbe7168b760ead6733cc

  Log:
    test gqtp: follow backtrace output changes
    
    We stopped to output error line from stdin.

  Modified files:
    test/unit/gqtp/test-cache.rb

  Modified: test/unit/gqtp/test-cache.rb (+2 -2)
===================================================================
--- test/unit/gqtp/test-cache.rb    2012-03-09 11:05:01 +0900 (0240c76)
+++ test/unit/gqtp/test-cache.rb    2012-03-09 11:10:30 +0900 (b1f9797)
@@ -47,8 +47,8 @@ load --table Site
 COMMANDS
 
     expected= <<EXPECTED
-[[-63,0.0,0.0,"Syntax error! (<)",[["yy_syntax_error","ecmascript.y",19,"(stdin)",1,"select --table Site --filter \\"<\\""]]],[]]
-[[-63,0.0,0.0,"Syntax error! (<)",[["yy_syntax_error","ecmascript.y",19,"(stdin)",2,"select --table Site --filter \\"<\\""]]],[]]
+[[-63,0.0,0.0,"Syntax error! (<)",[["yy_syntax_error","ecmascript.y",19]]],[]]
+[[-63,0.0,0.0,"Syntax error! (<)",[["yy_syntax_error","ecmascript.y",19]]],[]]
 [[0,0.0,0.0],true]
 EXPECTED
 




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