Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit fa6d673

Browse files
committed
#269 Test now uses CMA to create forests
1 parent 7fac8db commit fa6d673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/marklogic/appdeployer/command/forests/DeployForestsViaCmaTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class DeployForestsViaCmaTest extends AbstractAppDeployerTest {
1919
*/
2020
@Test
2121
public void test() {
22-
//appConfig.setOptimizeWithCma(true);
22+
appConfig.setOptimizeWithCma(true);
2323
appConfig.getFirstConfigDir().setBaseDir(new File("src/test/resources/sample-app/db-only-config"));
2424

2525
initializeAppDeployer(new DeployContentDatabasesCommand(6));

0 commit comments

Comments
 (0)