aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/config
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-10-20 09:42:57 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-10-20 09:42:57 +0200
commitf576f75daf93e49a122ae9148449a522e362bdc6 (patch)
treefe1c49840211bb5b10b3261c57ebdd031b8ee629 /config-model/src/test/java/com/yahoo/config
parent58907c9e2345b01daa4908ed009d1603366203c4 (diff)
Config definitions moved to another location.
Diffstat (limited to 'config-model/src/test/java/com/yahoo/config')
-rw-r--r--config-model/src/test/java/com/yahoo/config/model/ApplicationDeployTest.java2
1 files changed, 1 insertions, 1 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 3d5c9b1c187..c89544fc4b8 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
@@ -367,7 +367,7 @@ public class ApplicationDeployTest {
/**
* Tests that config definitions with namespace are treated properly when they have the format
- * as in the config definitions dir ($VESPA_HOME/var/db/vespa/config_server/serverdb/classes on a machine
+ * as in the config definitions dir ($VESPA_HOME/share/vespa/configdefinitions on a machine
* with Vespa packages installed) (does not test when read from user def files). Also tests a config
* definition without version in file name
*/