[tests] Make the mtouch test project reference the actual mtouch project. - #11400
Merged
Conversation
…ect. This makes it easier to test localized strings used in mtouch, since we don't have to replicate the build for all the resources. This required a few changes to avoid including code in the mtouch tests that already exists in the mtouch executable. Also rename the mtouch test project to mtouchtests.csproj. This way the test project can reference the actual mtouch.csproj without causing conflicts due to having two projects with the same name.
tj-devel709
approved these changes
Apr 30, 2021
Collaborator
❌ [CI Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) Test results11 tests failed, 96 tests passed.Failed tests
Pipeline on Agent XAMBOT-1098.BigSur' |
spouliot
approved these changes
May 2, 2021
Contributor
|
The link tests failure is due to a misconfig from vseng in the DNS for the redirect of xamarin.com. It is fixed in main, so merging to get it green, yet i'm sure it will be ok. |
mandel-macaque
approved these changes
May 3, 2021
Collaborator
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) 🎉 All 83 tests passed 🎉Pipeline on Agent XAMBOT-1097.BigSur' |
Collaborator
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) 🎉 All 83 tests passed 🎉Pipeline on Agent XAMBOT-1104.BigSur' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes it easier to test localized strings used in mtouch, since we don't have
to replicate the build for all the resources.
This required a few changes to avoid including code in the mtouch tests that already
exists in the mtouch executable.
Also rename the mtouch test project to mtouchtests.csproj.
This way the test project can reference the actual mtouch.csproj without
causing conflicts due to having two projects with the same name.