mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Fix unit-test data (XML attributes changed)
This commit is contained in:
parent
431702ecbc
commit
76036ae0f3
4 changed files with 6 additions and 6 deletions
|
|
@ -2,10 +2,10 @@
|
|||
<test>
|
||||
<FadeIn>
|
||||
<from>
|
||||
<AutomationList automation-id="fadein" id="164" default="1" min-yval="0" max-yval="2" interpolation-style="Linear" state="Off" style="Absolute"/>
|
||||
<AutomationList automation-id="fadein" id="164" interpolation-style="Linear" state="Off"/>
|
||||
</from>
|
||||
<to>
|
||||
<AutomationList automation-id="fadein" id="163" default="1" min-yval="0" max-yval="2" interpolation-style="Linear" state="Off" style="Absolute">
|
||||
<AutomationList automation-id="fadein" id="163" interpolation-style="Linear" state="Off">
|
||||
<events>1 2
|
||||
3 4
|
||||
</events>
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
<test>
|
||||
<FadeIn>
|
||||
<from>
|
||||
<AutomationList automation-id="fadein" id="165" default="1" min-yval="0" max-yval="2" interpolation-style="Linear" state="Off" style="Absolute">
|
||||
<AutomationList automation-id="fadein" id="165" interpolation-style="Linear" state="Off">
|
||||
<events>1 2
|
||||
3 4
|
||||
</events>
|
||||
</AutomationList>
|
||||
</from>
|
||||
<to>
|
||||
<AutomationList automation-id="fadein" id="163" default="1" min-yval="0" max-yval="2" interpolation-style="Linear" state="Off" style="Absolute">
|
||||
<AutomationList automation-id="fadein" id="163" interpolation-style="Linear" state="Off">
|
||||
<events>1 2
|
||||
3 4
|
||||
5 6
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<State>
|
||||
<FadeIn>
|
||||
<AutomationList automation-id="fadein" id="167" default="1" min-yval="0" max-yval="2" interpolation-style="Linear" state="Off" style="Absolute">
|
||||
<AutomationList automation-id="fadein" id="167" interpolation-style="Linear" state="Off">
|
||||
<events>1 2
|
||||
3 4
|
||||
</events>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<State>
|
||||
<FadeIn>
|
||||
<AutomationList automation-id="fadein" id="167" default="1" min-yval="0" max-yval="2" interpolation-style="Linear" state="Off" style="Absolute">
|
||||
<AutomationList automation-id="fadein" id="167" interpolation-style="Linear" state="Off">
|
||||
<events>1 2
|
||||
3 4
|
||||
5 6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue