remove group constrainte, it's now a normal group
This commit is contained in:
29
tests/dictionaries_old/80family_several/00-base.xml
Normal file
29
tests/dictionaries_old/80family_several/00-base.xml
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail version="0.9">
|
||||
<variables>
|
||||
<family name="general">
|
||||
<variable name="mode_conteneur_actif" type="string" description="No change">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family name="general">
|
||||
<variable name="leader" type="string" description="leader" multi="True"/>
|
||||
<variable name="follower1" type="string" description="follower1" multi="True"/>
|
||||
<variable name="follower2" type="string" description="follower2" multi="True"/>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
<fill name="calc_val">
|
||||
<param name="valeur">valfill</param>
|
||||
<target>follower1</target>
|
||||
</fill>
|
||||
<fill name="calc_val">
|
||||
<param type="variable">follower1</param>
|
||||
<target>follower2</target>
|
||||
</fill>
|
||||
<group leader="leader">
|
||||
<follower>follower1</follower>
|
||||
<follower>follower2</follower>
|
||||
</group>
|
||||
</constraints>
|
||||
</rougail>
|
0
tests/dictionaries_old/80family_several/__init__.py
Normal file
0
tests/dictionaries_old/80family_several/__init__.py
Normal file
0
tests/dictionaries_old/80family_several/errno_44
Normal file
0
tests/dictionaries_old/80family_several/errno_44
Normal file
Reference in New Issue
Block a user