configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/tests/ruleproject/rules/confml/eval.confml
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
     1 <configuration name="Eval test data" xmlns="http://www.s60.com/xml/confml/2" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink">
     1 <configuration name="Eval test data" xmlns="http://www.s60.com/xml/confml/2" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink">
     2   <feature ref="EvalTest" name="Test settings for eval blocks">
     2   <feature ref="EvalTest" name="Test settings for eval blocks">
     3   
     3   
       
     4     <setting ref="output" name="con name" type="string" />
       
     5     <setting ref="file" name="output file" type="string" />
       
     6     
       
     7     
     4     <setting ref="StringLenResult" name="String length result" type="int" />
     8     <setting ref="StringLenResult" name="String length result" type="int" />
     5     <setting ref="EvalConstantResult" name="Result set from an eval global constant" type="int" />
     9     <setting ref="EvalConstantResult" name="Result set from an eval global constant" type="int" />
     6 	<setting ref="EvalFileImport" name="Result set from an imported pyfile" type="int" />
    10 	<setting ref="EvalFileImport" name="Result set from an imported pyfile" type="int" />
     7     <setting ref="UnchangedValue" name="Value that should remain unchanged" type="int" />
    11     <setting ref="UnchangedValue" name="Value that should remain unchanged" type="int" />
     8     <setting ref="UnicodeResult1" name="Result set with an eval block using characters outside the ASCII range" type="string" />
    12     <setting ref="UnicodeResult1" name="Result set with an eval block using characters outside the ASCII range" type="string" />