Commit 9b3cb97
committed
DEVEXP-402: Fixing creation of client in DMSDK
`basePath` was not being carried forward from the primary client. We can't write an automated test for this as the code requires a second host to exist. I'm going to test it out manually today via a 2-node cluster.1 parent 335a404 commit 9b3cb97
File tree
1 file changed
+8
-6
lines changed- marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
0 commit comments