merge flattener_dico and templates in tests
This commit is contained in:
17
tests/dictionaries/80condition_itself/00-base.xml
Normal file
17
tests/dictionaries/80condition_itself/00-base.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail>
|
||||
<variables>
|
||||
<family name="test">
|
||||
<variable name="replicationType"/>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
<condition name="disabled_if_in" source="replicationType">
|
||||
<param>leader-leader</param>
|
||||
<target type="variable">replicationType</target>
|
||||
</condition>
|
||||
</constraints>
|
||||
<help/>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
0
tests/dictionaries/80condition_itself/__init__.py
Normal file
0
tests/dictionaries/80condition_itself/__init__.py
Normal file
Reference in New Issue
Block a user