13
0

tests: update automation list reference data

With this, all tests are passing for me.

While Ardour doesn't use TDD and has low test coverage, it is nice to
maintain that all active tests are passing.
This commit is contained in:
Mads Kiilerich 2022-06-11 16:15:22 +02:00 committed by Paul Davis
parent 3fa64af624
commit 58cc2aed87
4 changed files with 20 additions and 20 deletions

View File

@ -2,12 +2,12 @@
<test>
<FadeIn>
<from>
<AutomationList automation-id="fadein" id="164" interpolation-style="Linear" state="Off"/>
<AutomationList automation-id="fadein" id="164" interpolation-style="Linear" time-domain="AudioTime" state="Off"/>
</from>
<to>
<AutomationList automation-id="fadein" id="163" interpolation-style="Linear" state="Off">
<events>1 0.5
3 2
<AutomationList automation-id="fadein" id="163" interpolation-style="Linear" time-domain="AudioTime" state="Off">
<events>a1176 0.5
a3528 2
</events>
</AutomationList>
</to>

View File

@ -2,18 +2,18 @@
<test>
<FadeIn>
<from>
<AutomationList automation-id="fadein" id="165" interpolation-style="Linear" state="Off">
<events>1 0.5
3 2
<AutomationList automation-id="fadein" id="165" interpolation-style="Linear" time-domain="AudioTime" state="Off">
<events>a1176 0.5
a3528 2
</events>
</AutomationList>
</from>
<to>
<AutomationList automation-id="fadein" id="163" interpolation-style="Linear" state="Off">
<events>1 0.5
3 2
5 1.5
7 1
<AutomationList automation-id="fadein" id="163" interpolation-style="Linear" time-domain="AudioTime" state="Off">
<events>a1176 0.5
a3528 2
a5880 1.5
a8232 1
</events>
</AutomationList>
</to>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<State>
<FadeIn>
<AutomationList automation-id="fadein" id="167" interpolation-style="Linear" state="Off">
<events>0 1
1 2
<AutomationList automation-id="fadein" id="167" interpolation-style="Linear" time-domain="AudioTime" state="Off">
<events>a0 1
a1176 2
</events>
</AutomationList>
</FadeIn>

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<State>
<FadeIn>
<AutomationList automation-id="fadein" id="167" interpolation-style="Linear" state="Off">
<events>0 1
1 2
2 1
3 0
<AutomationList automation-id="fadein" id="167" interpolation-style="Linear" time-domain="AudioTime" state="Off">
<events>a0 1
a1176 2
a2352 1
a3528 0
</events>
</AutomationList>
</FadeIn>