for creole's zephir2 branch
This commit is contained in:
1
tests/dicos/check/00_base.xml
Symbolic link
1
tests/dicos/check/00_base.xml
Symbolic link
@ -0,0 +1 @@
|
||||
../00_base.xml
|
40
tests/dicos/check/99_check.xml
Normal file
40
tests/dicos/check/99_check.xml
Normal file
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<creole>
|
||||
|
||||
<files/>
|
||||
<containers/>
|
||||
|
||||
<variables>
|
||||
<family name='test'>
|
||||
<variable name='sample'>
|
||||
<value>sample</value>
|
||||
</variable>
|
||||
<variable name='disable' type='oui/non'>
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<variable name='check_unknown'/>
|
||||
<variable name='check_disabled'/>
|
||||
</family>
|
||||
<separators/>
|
||||
|
||||
</variables>
|
||||
|
||||
<constraints>
|
||||
<check name="valid_differ" target="check_unknown">
|
||||
<param type='eole' optional='True'>unknown</param>
|
||||
</check>
|
||||
<check name="valid_differ" target="check_disabled">
|
||||
<param type='eole' hidden='False'>sample</param>
|
||||
</check>
|
||||
<condition name='disabled_if_in' source='disable'>
|
||||
<param>oui</param>
|
||||
<target type='variable'>sample</target>
|
||||
</condition>
|
||||
</constraints>
|
||||
|
||||
<help/>
|
||||
|
||||
</creole>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
Reference in New Issue
Block a user