This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed
appdeployer/command/forests
test/java/com/marklogic/appdeployer/command Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 4
4
import java .util .ArrayList ;
5
5
import java .util .List ;
6
6
7
- import com .marklogic .appdeployer .command .Command ;
8
- import com .marklogic .mgmt .databases .DatabaseManager ;
9
7
import org .springframework .util .StringUtils ;
10
8
11
9
import com .marklogic .appdeployer .AppConfig ;
12
10
import com .marklogic .appdeployer .command .AbstractCommand ;
13
11
import com .marklogic .appdeployer .command .CommandContext ;
14
12
import com .marklogic .appdeployer .command .SortOrderConstants ;
13
+ import com .marklogic .mgmt .databases .DatabaseManager ;
15
14
import com .marklogic .mgmt .forests .ForestManager ;
16
15
import com .marklogic .mgmt .hosts .HostManager ;
17
16
Original file line number Diff line number Diff line change 1
1
package com .marklogic .mgmt .databases ;
2
2
3
- import java .util .ArrayList ;
4
3
import java .util .List ;
5
4
6
5
import com .marklogic .mgmt .AbstractResourceManager ;
Original file line number Diff line number Diff line change 1
1
package com .marklogic .appdeployer .command .databases ;
2
2
3
- import com .marklogic .appdeployer .AbstractAppDeployerTest ;
4
- import com .marklogic .mgmt .databases .DatabaseManager ;
5
- import com .marklogic .rest .util .Fragment ;
3
+ import java .io .File ;
4
+
6
5
import org .junit .After ;
7
6
import org .junit .Test ;
8
7
9
- import java . io . File ;
10
- import java . util . List ;
8
+ import com . marklogic . appdeployer . AbstractAppDeployerTest ;
9
+ import com . marklogic . mgmt . databases . DatabaseManager ;
11
10
12
11
/**
13
12
* Verifies support for bumping up the number of content forests and then re-deploying. Does not yet support lowering
Original file line number Diff line number Diff line change 1
1
package com .marklogic .appdeployer .command .modules ;
2
2
3
+ import java .io .File ;
4
+
5
+ import org .junit .After ;
6
+ import org .junit .Before ;
7
+ import org .junit .Test ;
8
+
3
9
import com .marklogic .appdeployer .AbstractAppDeployerTest ;
4
- import com .marklogic .appdeployer .command .databases .DeployContentDatabasesCommand ;
5
- import com .marklogic .appdeployer .command .databases .DeployTriggersDatabaseCommand ;
6
10
import com .marklogic .appdeployer .command .restapis .DeployRestApiServersCommand ;
7
11
import com .marklogic .client .modulesloader .impl .AssetFileFilter ;
8
12
import com .marklogic .junit .PermissionsFragment ;
9
13
import com .marklogic .xcc .template .XccTemplate ;
10
- import org .junit .After ;
11
- import org .junit .Before ;
12
- import org .junit .Test ;
13
-
14
- import java .io .File ;
15
14
16
15
public class LoadModulesTest extends AbstractAppDeployerTest {
17
16
You can’t perform that action at this time.
0 commit comments