CoreHost: Remove a long-name test asset (#373)
authorSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Thu, 28 Nov 2019 14:48:34 +0000 (06:48 -0800)
committerViktor Hofer <viktor.hofer@microsoft.com>
Thu, 28 Nov 2019 14:48:34 +0000 (15:48 +0100)
commit1740338df592bedb58cac920dac6b2061c18aa1e
tree71caa82d1177131738564c5f064d5dd01b94c832
parentee10346fb5810cae231376bc6eeabe8d16fb3584
CoreHost: Remove a long-name test asset (#373)

* CoreHost: Remove a long-name test asset

One of the Bundler test use a test-asset with a very long name.
This caused problems during `git clone` on windows systems where longname support is not enabled.

This change removes the long-named content file from the repo, and generates it from the test instead.

* Add long-name fixup for additional tests
src/installer/test/Assets/TestProjects/AppWithSubDirs/Program.cs
src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/This is a really, really, really, really, really, really, really, really, really, really, really, really, really, really long file name for punctuation/word [deleted file]
src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundledAppWithSubDirs.cs
src/installer/test/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.cs
src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleExtractRun.cs