[Groonga-commit] groonga/gcs [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Aug 24 15:39:53 JST 2012


YUKI Hiroshi	2012-08-24 15:39:53 +0900 (Fri, 24 Aug 2012)

  New Revision: 15bc4c2017891f6fc061fea198d942a31843ee87
  https://github.com/groonga/gcs/commit/15bc4c2017891f6fc061fea198d942a31843ee87

  Log:
    Fix typo

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

  Modified: test/api-search.test.js (+1 -1)
===================================================================
--- test/api-search.test.js    2012-08-24 15:37:20 +0900 (1f0e1a7)
+++ test/api-search.test.js    2012-08-24 15:39:53 +0900 (ce706d9)
@@ -131,7 +131,7 @@ suite('Search API', function() {
                'should return field values siecified by return-fields',
                'search-companies-00000000000000000000000000.localhost',
       function() {
-        domain.getIndexField('address').setReturnEnabled(false).saveOptionsSync();
+        domain.getIndexField('address').setResultEnabled(false).saveOptionsSync();
       },
       function(response) {
         var expected = { // FIXME
-------------- next part --------------
HTML����������������������������...
Download 



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