From f906e892f89015419177ae8353dc227658216a59 Mon Sep 17 00:00:00 2001 From: tombogle Date: Fri, 23 Aug 2024 13:36:10 -0400 Subject: [PATCH] Tweaked things to try to get tests that depend on System.Memory to pass --- SIL.Windows.Forms.Keyboarding.Tests/App.config | 13 +++++++++++++ .../SIL.Windows.Forms.Keyboarding.Tests.csproj | 1 + SIL.Windows.Forms.WritingSystems.Tests/App.config | 2 +- .../SIL.Windows.Forms.WritingSystems.Tests.csproj | 1 + 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 SIL.Windows.Forms.Keyboarding.Tests/App.config diff --git a/SIL.Windows.Forms.Keyboarding.Tests/App.config b/SIL.Windows.Forms.Keyboarding.Tests/App.config new file mode 100644 index 000000000..8a3d6d6d3 --- /dev/null +++ b/SIL.Windows.Forms.Keyboarding.Tests/App.config @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/SIL.Windows.Forms.Keyboarding.Tests/SIL.Windows.Forms.Keyboarding.Tests.csproj b/SIL.Windows.Forms.Keyboarding.Tests/SIL.Windows.Forms.Keyboarding.Tests.csproj index db2907920..a4000c3f2 100644 --- a/SIL.Windows.Forms.Keyboarding.Tests/SIL.Windows.Forms.Keyboarding.Tests.csproj +++ b/SIL.Windows.Forms.Keyboarding.Tests/SIL.Windows.Forms.Keyboarding.Tests.csproj @@ -16,6 +16,7 @@ + diff --git a/SIL.Windows.Forms.WritingSystems.Tests/App.config b/SIL.Windows.Forms.WritingSystems.Tests/App.config index e6c577f71..8a3d6d6d3 100644 --- a/SIL.Windows.Forms.WritingSystems.Tests/App.config +++ b/SIL.Windows.Forms.WritingSystems.Tests/App.config @@ -6,7 +6,7 @@ - + diff --git a/SIL.Windows.Forms.WritingSystems.Tests/SIL.Windows.Forms.WritingSystems.Tests.csproj b/SIL.Windows.Forms.WritingSystems.Tests/SIL.Windows.Forms.WritingSystems.Tests.csproj index 4a25873d0..c17c16ce8 100644 --- a/SIL.Windows.Forms.WritingSystems.Tests/SIL.Windows.Forms.WritingSystems.Tests.csproj +++ b/SIL.Windows.Forms.WritingSystems.Tests/SIL.Windows.Forms.WritingSystems.Tests.csproj @@ -18,6 +18,7 @@ +