aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-11-17 08:56:31 +0100
committerGitHub <noreply@github.com>2016-11-17 08:56:31 +0100
commitcbb459b220608047f587ca3143c9d7ed912f4186 (patch)
treef64ce7f03e6335d1fad5e0088395b153ac217f0c /config-model
parentf561fe748b7ba150bca9bfbe4bff584b54f1da5f (diff)
Revert "Disable validation of deployment.xml"
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/test/java/com/yahoo/config/model/ApplicationDeployTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/src/test/java/com/yahoo/config/model/ApplicationDeployTest.java b/config-model/src/test/java/com/yahoo/config/model/ApplicationDeployTest.java
index 0334b3c867b..b531fc515ed 100644
--- a/config-model/src/test/java/com/yahoo/config/model/ApplicationDeployTest.java
+++ b/config-model/src/test/java/com/yahoo/config/model/ApplicationDeployTest.java
@@ -21,7 +21,6 @@ import com.yahoo.vespa.model.VespaModel;
import com.yahoo.vespa.model.search.SearchDefinition;
import org.json.JSONException;
import org.junit.After;
-import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
@@ -211,7 +210,6 @@ public class ApplicationDeployTest {
createAppPkg(tmpDir.getAbsolutePath());
}
- @Ignore // TODO: Enable when code in ApplicationPackageXmlFilesValidator does validation of deployment.xml
@Test(expected = IllegalArgumentException.class)
public void testThatAppWithIllegalDeploymentXmlIsNotValid() throws IOException {
File tmpDir = Files.createTempDir();