[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 6日 (月) 14:33:26 JST


SHIMODA Hiroshi	2012-08-06 14:33:26 +0900 (Mon, 06 Aug 2012)

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

  Log:
    Fix syntax error

  Modified files:
    test/cs-commands.test.js

  Modified: test/cs-commands.test.js (+1 -1)
===================================================================
--- test/cs-commands.test.js    2012-08-06 14:31:02 +0900 (485c9fd)
+++ test/cs-commands.test.js    2012-08-06 14:33:26 +0900 (b2b1749)
@@ -97,7 +97,7 @@ suite('cs-describe-domain', function() {
     return [
       'Domain Name               ' + domain.name,
       'Document Service Endpoint ' + domain.getDocumentsEndpoint(hostname),
-      'Search Endpoint           ' + domain.getSearchEndpoint(hostname));
+      'Search Endpoint           ' + domain.getSearchEndpoint(hostname),
       'Searchable Documents      ' + domain.searchableDocumentsCount,
       'Index Fields              ' + domain.name,
       'SearchPartitionCount      ' + domain.searchPartitionCount,
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
다운로드 



Groonga-commit メーリングリストの案内
Back to archive index