diff --git a/DICUI.Test/Utilities/DumpEnvironmentTest.cs b/DICUI.Test/Utilities/DumpEnvironmentTest.cs index 28159437..5a58bbba 100644 --- a/DICUI.Test/Utilities/DumpEnvironmentTest.cs +++ b/DICUI.Test/Utilities/DumpEnvironmentTest.cs @@ -36,8 +36,8 @@ namespace DICUI.Test [InlineData("super\\hero", "blah.bin", "super\\hero", "blah.bin")] [InlineData("super.hero", "blah.bin", "super.hero", "blah.bin")] [InlineData("superhero", "blah.rev.bin", "superhero", "blah.rev.bin")] - [InlineData("super&hero", "blah.bin", "super_hero", "blah.bin")] - [InlineData("superhero", "blah&foo.bin", "superhero", "blah_foo.bin")] + [InlineData("super&hero", "blah.bin", "super&hero", "blah.bin")] + [InlineData("superhero", "blah&foo.bin", "superhero", "blah&foo.bin")] public void FixOutputPathsTest(string outputDirectory, string outputFilename, string expectedOutputDirectory, string expectedOutputFilename) { var env = new DumpEnvironment