forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to the component dependency resolution tests (dotnet/cor…
…e-setup#6760) * Move these under the DependencyResolution (since they belong there) * Refactor to avoid code duplication * Change it to not use published real builds of components, but instead simply create mocks on disk (the tests never actually run the components) * Change where the tests put files on disk * Reduce file copying for tests which don't need to modify the prepared components * Delete test assets which are not used anymore Commit migrated from dotnet/core-setup@bba3274
- Loading branch information
1 parent
79fc729
commit 10ead95
Showing
16 changed files
with
592 additions
and
826 deletions.
There are no files selected for viewing
6 changes: 0 additions & 6 deletions
6
src/installer/test/Assets/TestProjects/ComponentWithDependencies/Component.cs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...ets/TestProjects/ComponentWithDependencies/ComponentDependency/ComponentDependency.csproj
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...ller/test/Assets/TestProjects/ComponentWithDependencies/ComponentDependency/Dependency.cs
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...aller/test/Assets/TestProjects/ComponentWithDependencies/ComponentWithDependencies.csproj
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/installer/test/Assets/TestProjects/ComponentWithResources/Component.cs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/installer/test/Assets/TestProjects/ComponentWithResources/ComponentWithResources.csproj
This file was deleted.
Oops, something went wrong.
123 changes: 0 additions & 123 deletions
123
src/installer/test/Assets/TestProjects/ComponentWithResources/Resource.en.resx
This file was deleted.
Oops, something went wrong.
123 changes: 0 additions & 123 deletions
123
src/installer/test/Assets/TestProjects/ComponentWithResources/Resource.resx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.