[iOS] Fix ZipPackage_CreateWithFileAccessWrite test (#72850)
authorSteve Pfister <steveisok@users.noreply.github.com>
Wed, 27 Jul 2022 01:36:59 +0000 (18:36 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 01:36:59 +0000 (21:36 -0400)
commitfbced1bc70cb7560e3760f2ea9c8e6d06d838dad
tree65fc20798d2d393eb5a65c7cf988d16ec634d504
parent1f989749fbaf196ef966a73cc86bebe2be13fad3
[iOS] Fix ZipPackage_CreateWithFileAccessWrite test (#72850)

On iOS, this test was failing due to not being able to write files in the app root directory.  The fix is to write a file in the TestDirectory, which is a subdirectory under the app root and is writeable.

Fixes https://github.com/dotnet/runtime/issues/72837
src/libraries/System.IO.Packaging/tests/Tests.cs