YUKI Hiroshi
null+****@clear*****
Wed Nov 21 20:15:33 JST 2012
YUKI Hiroshi 2012-11-21 20:15:33 +0900 (Wed, 21 Nov 2012) New Revision: 922e1039affa35ebf5f21ddd551129b0c2b837dc https://github.com/groonga/gcs/commit/922e1039affa35ebf5f21ddd551129b0c2b837dc Log: Ignore difference of index field state Modified files: tools/scenario-runner.js Modified: tools/scenario-runner.js (+5 -0) =================================================================== --- tools/scenario-runner.js 2012-11-21 20:13:04 +0900 (907995a) +++ tools/scenario-runner.js 2012-11-21 20:15:33 +0900 (3a3b15d) @@ -362,6 +362,11 @@ Response.prototype = { normalized = '%PROCESSING_STATE%'; break; + case 'State': + if (value == 'Active' || value == 'RequiresIndexDocuments') + normalized = '%ACTIVE_OR_REQUIRES_INDEX_DOCUMENTS%'; + break; + default: normalized = this._normalize(value); break; -------------- next part -------------- HTML����������������������������...Download