YUKI Hiroshi
null+****@clear*****
Thu Dec 6 13:59:23 JST 2012
YUKI Hiroshi 2012-12-06 13:59:23 +0900 (Thu, 06 Dec 2012) New Revision: be5f2018b55a1cf414fdb7b192d3a1ce9ccd9928 https://github.com/groonga/gcs/commit/be5f2018b55a1cf414fdb7b192d3a1ce9ccd9928 Log: Add test for multiple "--option" case Modified files: test/gcs-commands.test.js Modified: test/gcs-commands.test.js (+3 -0) =================================================================== --- test/gcs-commands.test.js 2012-12-06 13:58:15 +0900 (eb9f79b) +++ test/gcs-commands.test.js 2012-12-06 13:59:23 +0900 (85e6468) @@ -536,6 +536,9 @@ suite('gcs-configure-fields', function() { testConfigureFieldOptionSuccess('literal', ['noresult', 'nosearch'], ''); testConfigureFieldOptionSuccess('literal', ['search'], 'Search'); testConfigureFieldOptionSuccess('literal', ['nosearch'], ''); + + // multiple "--option" + testConfigureFieldOptionSuccess('literal', ['--option', 'result', '--option', 'search'], 'Search Result'); }); suite('gcs-configure-text-options', function() { -------------- next part -------------- HTML����������������������������...Download