From bb1a2206b43747c09a5d2c807dd1688b5a7eeaef Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Wed, 14 Oct 2015 13:08:48 -0700 Subject: [PATCH] Fix assembly reloading * Assembly reload didn't remove all test cases properly as it needed to compare file names with a case-insensitive match. * Add "Discovering tests..." text to assembly view while loading tests. --- xunit.runner.wpf/MainWindow.xaml | 119 ++++++++++-------- xunit.runner.wpf/ViewModel/MainViewModel.cs | 63 ++++++---- .../ViewModel/TestAssemblyViewModel.cs | 18 ++- 3 files changed, 121 insertions(+), 79 deletions(-) diff --git a/xunit.runner.wpf/MainWindow.xaml b/xunit.runner.wpf/MainWindow.xaml index 424bf6e..6a73b57 100644 --- a/xunit.runner.wpf/MainWindow.xaml +++ b/xunit.runner.wpf/MainWindow.xaml @@ -63,7 +63,7 @@ - + @@ -82,11 +82,12 @@ - +