[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com =?UTF-8?Q?pecl/search=5Fengine/solr=3A=20Request=20=23=37=30=39=37=34?= =?UTF-8?Q?=3A
From:       Omar Shaban <omars () php ! net>
Date:       2015-11-28 18:35:06
Message-ID: php-mail-dfb0bb02d9f1be11edc2ffec9558c9e31557842973 () git ! php ! net
[Download RAW message or body]

Commit:    9d4239e5cf98cf7297eaaeca9c19ce2ea20191c7
Author:    Omar Shaban <omars@php.net>         Sat, 28 Nov 2015 20:35:06 +0200
Parents:   b2ba26c03ffaa99a78552a60478548e1f46533ad
Branches:  master

Link:       http://git.php.net/?p=pecl/search_engine/solr.git;a=commitdiff;h=9d4239e5cf98cf7297eaaeca9c19ce2ea20191c7


Log:
Request #70974: added test configuration for the store collection

Bugs:
https://bugs.php.net/70974

Changed paths:
  M  tests/test.config.inc


Diff:
diff --git a/tests/test.config.inc b/tests/test.config.inc
index fc67b55..cc96e1f 100644
--- a/tests/test.config.inc
+++ b/tests/test.config.inc
@@ -19,7 +19,10 @@ define('SOLR_SERVER_HOSTNAME', 'localhost');
 define('SOLR_SERVER_PORT', ((SOLR_SECURE) ? 8443 : 8983));
 
 /* SOLR CORE to test on */
-define('SOLR_SERVER_PATH','solr/collection1');
+define('SOLR_SERVER_PATH', 'solr/collection1');
+
+/* used to test child documents */
+define('SOLR_SERVER_STORE_PATH', 'solr/metal_store');
 
 /* HTTP Basic Authentication Username */
 define('SOLR_SERVER_USERNAME', 'admin');


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic