[Groonga-commit] droonga/express-droonga at ad9db08 [master] Use request including non-ASCII character to test receiving POST body

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 4 19:09:10 JST 2013


YUKI Hiroshi	2013-10-04 19:09:10 +0900 (Fri, 04 Oct 2013)

  New Revision: ad9db080628cb600143305f5a3fac2eee4768c7b
  https://github.com/droonga/express-droonga/commit/ad9db080628cb600143305f5a3fac2eee4768c7b

  Message:
    Use request including non-ASCII character to test receiving POST body

  Modified files:
    test/adapter/rest.test.js

  Modified: test/adapter/rest.test.js (+2 -1)
===================================================================
--- test/adapter/rest.test.js    2013-10-04 19:06:50 +0900 (c99a52f)
+++ test/adapter/rest.test.js    2013-10-04 19:09:10 +0900 (142fec9)
@@ -230,7 +230,8 @@ suite('HTTP Adapter', function() {
         connection: connection
       });
       var searchQueries = {
-        source: 'table'
+        source: 'table',
+        condition: { query: '検索', matchTo: ['body'] }
       };
       utils.setupServer(application)
         .next(function(newServer) {
-------------- next part --------------
HTML����������������������������...
Download 



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