[Groonga-commit] groonga/gcs [master] Fix missing method name

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 11:56:12 JST 2012


SHIMODA Hiroshi	2012-08-15 11:56:12 +0900 (Wed, 15 Aug 2012)

  New Revision: cf9046ca38ad70e7e14ad167d2b46d4d576c1405
  https://github.com/groonga/gcs/commit/cf9046ca38ad70e7e14ad167d2b46d4d576c1405

  Log:
    Fix missing method name

  Modified files:
    test/api-configuration.test.js

  Modified: test/api-configuration.test.js (+2 -1)
===================================================================
--- test/api-configuration.test.js    2012-08-15 11:54:53 +0900 (abeba63)
+++ test/api-configuration.test.js    2012-08-15 11:56:12 +0900 (846d415)
@@ -911,7 +911,8 @@ suite('Configuration API', function() {
       .get('/?Version=2011-02-01&Action=UpdateDefaultSearchField&' +
            'DomainName=companies&DefaultSearchField=name')
       .next(function(response) {
-        assert.equal(domain.defaultSearchField, domain.getField('name'));
+        assert.equal(domain.defaultSearchField,
+                     domain.getIndexField('name'));
 
         response = toParsedResponse(response);
         assert.deepEqual(response.pattern,
-------------- next part --------------
HTML����������������������������...
Download 



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