Explorar el Código

Add another keyframe to UT

Luis von der Eltz hace 3 años
padre
commit
8cae955688
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      tests/Avalonia.Markup.Xaml.UnitTests/SetterTests.cs

+ 3 - 0
tests/Avalonia.Markup.Xaml.UnitTests/SetterTests.cs

@@ -18,6 +18,9 @@ namespace Avalonia.Markup.Xaml.UnitTests
     <KeyFrame>
         <Setter Property='Content' Value='{Binding}'/>
     </KeyFrame>
+    <KeyFrame>
+        <Setter Property='Content' Value='{Binding}'/>
+    </KeyFrame> 
 </Animation>";
                 var animation = (Animation.Animation)AvaloniaRuntimeXamlLoader.Load(xaml);
                 var setter = (Setter)animation.Children[0].Setters[0];