File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -1950,23 +1950,6 @@ createUnityIntegrationTest(
1950
1950
new File (" Google.PackageManagerClientIntegrationTests.dll.mdb" )],
1951
1951
null , [])
1952
1952
1953
- createUnityIntegrationTest(
1954
- " testPackageMigratorIntegrationTests" ,
1955
- (" Imports the plugin into a Unity project and uses the Package Migrator " +
1956
- " list packages that can be migrated and self migrate EDM to UPM. " ),
1957
- [compilePackageManagerResolver],
1958
- " PackageMigratorIntegrationTests" ,
1959
- fileTree(new File (new File (new File (project. ext. pluginSourceDir,
1960
- " PackageManagerResolver" ), " test" ),
1961
- " PackageMigratorIntegrationTests" )),
1962
- [new File (" Google.PackageMigratorIntegrationTests.dll" ),
1963
- new File (" Google.PackageMigratorIntegrationTests.dll.mdb" )],
1964
- new File (
1965
- project. ext. scriptDirectory,
1966
- " source/PackageManagerResolver/test/" +
1967
- " PackageMigratorIntegrationTestsUnityProject" ),
1968
- [])
1969
-
1970
1953
task cleanTests (type : Delete ) {
1971
1954
description " Clean test directories."
1972
1955
delete project. ext. testDir
You can’t perform that action at this time.
0 commit comments