Skip to content

Commit

Permalink
Update testdata versions (dotnet#36938)
Browse files Browse the repository at this point in the history
* Update testdata versions

* Bump versions in projects and group in TestData

* Fix typo
  • Loading branch information
ViktorHofer authored and stephentoub committed Apr 17, 2019
1 parent ec1247f commit e5d2b52
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions external/test-runtime/XUnit.Runtime.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />

<!-- Test Data -->
<PackageReference Include="System.IO.Compression.TestData" Version="1.0.7-prerelease" />
<PackageReference Include="System.IO.Packaging.TestData" Version="1.0.0-prerelease" />
<PackageReference Include="System.Security.Cryptography.X509Certificates.TestData" Version="1.0.2-prerelease" />
<PackageReference Include="System.Net.TestData" Version="1.0.1-prerelease" />
<PackageReference Include="System.ComponentModel.TypeConverter.TestData" Version="1.0.0" />
<PackageReference Include="System.Drawing.Common.TestData" Version="1.0.7" />
<PackageReference Include="System.Text.RegularExpressions.TestData" Version="1.0.2" />
<PackageReference Include="System.Windows.Extensions.TestData" Version="1.0.0" />
<PackageReference Include="System.IO.Compression.TestData" Version="1.0.8" />
<PackageReference Include="System.IO.Packaging.TestData" Version="1.0.1" />
<PackageReference Include="System.Security.Cryptography.X509Certificates.TestData" Version="1.0.3" />
<PackageReference Include="System.Net.TestData" Version="1.0.2" />
<PackageReference Include="System.ComponentModel.TypeConverter.TestData" Version="1.0.1" />
<PackageReference Include="System.Drawing.Common.TestData" Version="1.0.9" />
<PackageReference Include="System.Text.RegularExpressions.TestData" Version="1.0.3" />
<PackageReference Include="System.Windows.Extensions.TestData" Version="1.0.1" />

<PackageToInclude Include="xunit.abstractions" />
<PackageToInclude Include="xunit.assert" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<Compile Include="XTypeDescriptionProviderTests.cs" />
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.componentmodel.typeconverter.testdata\1.0.0\content\**\*.*">
<SupplementalTestData Include="$(PackagesDir)system.componentmodel.typeconverter.testdata\1.0.1\content\**\*.*">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</SupplementalTestData>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ProjectGuid>{4B93E684-0630-45F4-8F63-6C7788C9892F}</ProjectGuid>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TestDataPackageVersion>1.0.7</TestDataPackageVersion>
<TestDataPackageVersion>1.0.9</TestDataPackageVersion>
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
<Configurations>netcoreapp-Debug;netcoreapp-Release;netfx-Debug;netfx-Release</Configurations>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.io.compression.testdata\1.0.7-prerelease\content\**\*.*">
<SupplementalTestData Include="$(PackagesDir)system.io.compression.testdata\1.0.8\content\**\*.*">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</SupplementalTestData>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<Compile Include="ZipFile.Extract.netcoreapp.cs" />
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.io.compression.testdata\1.0.7-prerelease\content\**\*.*">
<SupplementalTestData Include="$(PackagesDir)system.io.compression.testdata\1.0.8\content\**\*.*">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</SupplementalTestData>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.io.compression.testdata\1.0.7-prerelease\content\**\*.*">
<SupplementalTestData Include="$(PackagesDir)system.io.compression.testdata\1.0.8\content\**\*.*">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</SupplementalTestData>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<Compile Include="Tests.cs" />
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.io.packaging.testdata\1.0.0-prerelease\content\**\*.*" />
<SupplementalTestData Include="$(PackagesDir)system.io.packaging.testdata\1.0.1\content\**\*.*" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<Compile Include="XUnitAssemblyAttributes.cs" />
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.net.testdata\1.0.1-prerelease\content\**\*.*" />
<SupplementalTestData Include="$(PackagesDir)system.net.testdata\1.0.2\content\**\*.*" DestinationDir="TestData" />
</ItemGroup>
<ItemGroup Condition="'$(TargetsOSX)'=='true'">
<TestCommandLines Include="ulimit -Sn 4096" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@
</Compile>
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.net.testdata\1.0.1-prerelease\content\**\*.*" />
<SupplementalTestData Include="$(PackagesDir)system.net.testdata\1.0.2\content\**\*.*" DestinationDir="TestData" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
<Compile Include="WebSocketHelper.cs" />
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.net.testdata\1.0.1-prerelease\content\**\*.*" />
<SupplementalTestData Include="$(PackagesDir)system.net.testdata\1.0.2\content\**\*.*" DestinationDir="TestData" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@
</Compile>
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.security.cryptography.x509certificates.testdata\1.0.2-prerelease\content\**\*.*" />
<SupplementalTestData Include="$(PackagesDir)system.security.cryptography.x509certificates.testdata\1.0.3\content\**\*.*" DestinationDir="TestData" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ProjectGuid>{AC1A1515-70D8-42E4-9B19-A72F739E974C}</ProjectGuid>
<Configurations>netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;netfx-Windows_NT-Debug;netfx-Windows_NT-Release</Configurations>
<TestDataPackageVersion>1.0.0</TestDataPackageVersion>
<TestDataPackageVersion>1.0.1</TestDataPackageVersion>
</PropertyGroup>
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
<Compile Include="X509Certificate2UITests.cs" />
Expand Down

0 comments on commit e5d2b52

Please sign in to comment.