Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Make sure tests work well with compiled bindings (as it's enabled glo…
Browse files Browse the repository at this point in the history
…bally now)
  • Loading branch information
maxkatz6 committed Oct 25, 2024
1 parent a4a7f87 commit 51bd37e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:core="clr-namespace:Avalonia.Xaml.Interactions.UnitTests.Core"
x:Class="Avalonia.Xaml.Interactions.UnitTests.Core.InvokeCommandAction001"
Title="InvokeCommandAction001">
Title="InvokeCommandAction001"
x:DataType="core:InvokeCommandAction001">
<StackPanel>
<TextBox Name="TargetTextBox"
Text="Initial Text" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:core="clr-namespace:Avalonia.Xaml.Interactions.UnitTests.Core"
x:Class="Avalonia.Xaml.Interactions.UnitTests.Core.InvokeCommandAction002"
Title="InvokeCommandAction002">
Title="InvokeCommandAction002"
x:DataType="core:InvokeCommandAction002">
<StackPanel>
<TextBox Name="TargetTextBox"
Text="Initial Text" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Avalonia.Xaml.Interactions.UnitTests.Core.InvokeCommandAction003"
xmlns:local="clr-namespace:Avalonia.Xaml.Interactions.UnitTests.Core"
Title="InvokeCommandAction003">
Title="InvokeCommandAction003"
x:DataType="local:InvokeCommandAction003">
<StackPanel>
<TextBox Name="TargetTextBox"
Text="Initial Text" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:core="clr-namespace:Avalonia.Xaml.Interactions.UnitTests.Core"
x:Class="Avalonia.Xaml.Interactions.UnitTests.Core.InvokeCommandAction004"
Title="InvokeCommandAction004">
Title="InvokeCommandAction004"
x:DataType="core:InvokeCommandAction004">
<StackPanel>
<TextBox Name="TargetTextBox"
Text="Initial Text" />
Expand Down

0 comments on commit 51bd37e

Please sign in to comment.