[Groonga-commit] groonga/gcs [master] Fix expected case for cs-describe-domain

Back to archive index

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


SHIMODA Hiroshi	2012-08-06 14:31:02 +0900 (Mon, 06 Aug 2012)

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

  Log:
    Fix expected case for cs-describe-domain

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

  Modified: test/cs-commands.test.js (+3 -2)
===================================================================
--- test/cs-commands.test.js    2012-08-06 14:29:48 +0900 (157b63a)
+++ test/cs-commands.test.js    2012-08-06 14:31:02 +0900 (485c9fd)
@@ -96,8 +96,9 @@ suite('cs-describe-domain', function() {
   function report(domain, hostname) {
     return [
       'Domain Name               ' + domain.name,
-      'Document Service Endpoint ' + domain.getDocumentsEndpoint(hostname)),
-      'Search Endpoint           ' + domain.searchableDocumentsCount,
+      'Document Service Endpoint ' + domain.getDocumentsEndpoint(hostname),
+      'Search Endpoint           ' + domain.getSearchEndpoint(hostname));
+      'Searchable Documents      ' + domain.searchableDocumentsCount,
       'Index Fields              ' + domain.name,
       'SearchPartitionCount      ' + domain.searchPartitionCount,
       'SearchInstanceCount       ' + domain.searchInstanceCount,
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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