Browse Source
Merge branch 'master' into fixes/draw-line-on-deferred-renderer
pull/3906/head
danwalmsley
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
tests/Avalonia.Controls.UnitTests/CalendarTests.cs
-
tests/Avalonia.Controls.UnitTests/DatePickerTests.cs
|
|
|
@ -15,7 +15,7 @@ namespace Avalonia.Controls.UnitTests |
|
|
|
first.Day == second.Day; |
|
|
|
} |
|
|
|
|
|
|
|
[Fact] |
|
|
|
[Fact(Skip ="FIX ME ASAP")] |
|
|
|
public void SelectedDatesChanged_Should_Fire_When_SelectedDate_Set() |
|
|
|
{ |
|
|
|
bool handled = false; |
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ namespace Avalonia.Controls.UnitTests |
|
|
|
first.Day == second.Day; |
|
|
|
} |
|
|
|
|
|
|
|
[Fact] |
|
|
|
[Fact(Skip = "FIX ME ASAP")] |
|
|
|
public void SelectedDateChanged_Should_Fire_When_SelectedDate_Set() |
|
|
|
{ |
|
|
|
using (UnitTestApplication.Start(Services)) |
|
|
|
|