Index: trunk/test/data/customconfigurator/append.xml
===================================================================
--- trunk/test/data/customconfigurator/append.xml	(revision 16311)
+++ trunk/test/data/customconfigurator/append.xml	(revision 16329)
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <config>
+<var name="secret" value="JOSM"/>
 <preferences operation="append">
 <list key="test">
     <entry value="11111111"/>
     <entry value="2222222"/>
-    <entry value="333333333"/>
+    <entry value="${secret}"/>
   </list>
 </preferences>
