Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions src/Adapter/MSTest.CoreAdapter/MSTest.CoreAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@
<Compile Include="Friends.cs" />
<Compile Include="IPlatformServiceProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resource.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.resx</DependentUpon>
</Compile>
<Compile Include="ObjectModel\UnitTestElement.cs" />
<Compile Include="Constants.cs" />
<Compile Include="PlatformServiceProvider.cs" />
<Compile Include="Helpers\ReflectHelper.cs" />
<Compile Include="Execution\TestRunCancellationToken.cs" />
<Compile Include="Discovery\UnitTestDiscoverer.cs" />
<Compile Include="Resources\Resource.Designer.cs" >
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\TestFramework\Extension.Core\Extension.Core.csproj">
Expand All @@ -101,13 +101,6 @@
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
Expand All @@ -117,6 +110,12 @@
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Resource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(TestFxRoot)scripts\build\TestFx.targets" />
<PropertyGroup>
<SourcePath>$(ProjectDir)..\Build</SourcePath>
Expand Down
291 changes: 291 additions & 0 deletions src/Adapter/MSTest.CoreAdapter/Resources/xlf/Resource.xlf

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<Compile Include="Extensions\ExceptionExtensions.cs" />
<Compile Include="Friends.cs" />
<Compile Include="Utilities\SequentialIntPermutation.cs" />
<Compile Include="Resource.Designer.cs">
<Compile Include="Resources\Resource.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.resx</DependentUpon>
Expand Down Expand Up @@ -113,10 +113,10 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
<EmbeddedResource Include="Resources\Resource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(TestFxRoot)scripts\build\TestFx.targets" />
Expand Down
117 changes: 117 additions & 0 deletions src/Adapter/PlatformServices.Desktop/Resources/xlf/Resource.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resource.resx">
<body>
<trans-unit id="CannotFindFile">
<source>Could not find file '{0}'.</source>
<target state="new">Could not find file '{0}'.</target>
<note></note>
</trans-unit>
<trans-unit id="Common_CannotBeNullOrEmpty">
<source>The parameter should not be null or empty.</source>
<target state="new">The parameter should not be null or empty.</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentErrorBadDeploymentItem">
<source>Test Run deployment issue: Bad deployment item: '{0}': output directory '{1}' specifies the item to be deployed outside deployment root directory which is not allowed.</source>
<target state="new">Test Run deployment issue: Bad deployment item: '{0}': output directory '{1}' specifies the item to be deployed outside deployment root directory which is not allowed.</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentErrorFailedToAccesOutputDirectory">
<source>Test Run deployment issue: Failed to access output directory '{1}' specified by deployment item '{0}', the item will not be deployed: {2}: {3}</source>
<target state="new">Test Run deployment issue: Failed to access output directory '{1}' specified by deployment item '{0}', the item will not be deployed: {2}: {3}</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentErrorFailedToAccessFile">
<source>Test Run deployment issue: Failed to access the file '{0}': {1}: {2}</source>
<target state="new">Test Run deployment issue: Failed to access the file '{0}': {1}: {2}</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentErrorFailedToCopyWithOverwrite">
<source>Test Run deployment issue: Failed to copy file '{0}' to '{1}': {2}: {3}</source>
<target state="new">Test Run deployment issue: Failed to copy file '{0}' to '{1}': {2}: {3}</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentErrorFailedToDeployDependencies">
<source>Test Run deployment issue: Failed to deploy dependencies for test storage '{0}': {1}</source>
<target state="new">Test Run deployment issue: Failed to deploy dependencies for test storage '{0}': {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentErrorFailedToGetFileForDeploymentItem">
<source>Test Run deployment issue: Failed to get the file for {0}: {1}: {2}</source>
<target state="new">Test Run deployment issue: Failed to get the file for {0}: {1}: {2}</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentErrorGettingSatellite">
<source>Test Run deployment issue: an error occurred while getting satellite assemblies for {0}: {1}: {2}</source>
<target state="new">Test Run deployment issue: an error occurred while getting satellite assemblies for {0}: {1}: {2}</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentItem">
<source>deployment item '{0}'</source>
<target state="new">deployment item '{0}'</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentItemContainsInvalidCharacters">
<source>Invalid deployment item: the specified path '{0}' or output directory '{1}' contains illegal characters.</source>
<target state="new">Invalid deployment item: the specified path '{0}' or output directory '{1}' contains illegal characters.</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentItemOutputDirectoryCannotBeNull">
<source>Invalid deployment item: the output directory cannot be null.</source>
<target state="new">Invalid deployment item: the output directory cannot be null.</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentItemOutputDirectoryMustBeRelative">
<source>Invalid deployment item: the specified output directory '{0}' is not relative.</source>
<target state="new">Invalid deployment item: the specified output directory '{0}' is not relative.</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentItemPathCannotBeNullOrEmpty">
<source>Invalid deployment item: the path must contain at least one character.</source>
<target state="new">Invalid deployment item: the path must contain at least one character.</target>
<note></note>
</trans-unit>
<trans-unit id="DeploymentItemWithOutputDirectory">
<source>deployment item '{0}' (output directory '{1}')</source>
<target state="new">deployment item '{0}' (output directory '{1}')</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidSettingsXmlElement">
<source>MSTestAdapter encountered an unexpected element '{0}' in its settings '{1}'. Remove this element and try again.</source>
<target state="new">MSTestAdapter encountered an unexpected element '{0}' in its settings '{1}'. Remove this element and try again.</target>
<note></note>
</trans-unit>
<trans-unit id="MissingDeploymentDependency">
<source>Test Run deployment issue: The assembly or module '{0}' was not found. Reason: {1}</source>
<target state="new">Test Run deployment issue: The assembly or module '{0}' was not found. Reason: {1}</target>
<note></note>
</trans-unit>
<trans-unit id="MissingDeploymentDependencyWithoutReason">
<source>Test Run deployment issue: The assembly or module '{0}' was not found.</source>
<target state="new">Test Run deployment issue: The assembly or module '{0}' was not found.</target>
<note></note>
</trans-unit>
<trans-unit id="TestRunName">
<source>{0}_{1} {2}</source>
<target state="new">{0}_{1} {2}</target>
<note></note>
</trans-unit>
<trans-unit id="UTA_DataSourceConfigurationSectionMissing">
<source>Data source '{0}' cannot be found in the test configuration settings</source>
<target state="new">Data source '{0}' cannot be found in the test configuration settings</target>
<note></note>
</trans-unit>
<trans-unit id="UTA_ErrorDataConnectionFailed">
<source>The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests" (http://go.microsoft.com/fwlink/?LinkId=62412) in the MSDN Library. Error details: {0}</source>
<target state="new">The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests" (http://go.microsoft.com/fwlink/?LinkId=62412) in the MSDN Library. Error details: {0}</target>
<note></note>
</trans-unit>
<trans-unit id="WrongNumberOfObjects">
<source>Wrong number of objects for permutation. Should be greater than zero.</source>
<target state="new">Wrong number of objects for permutation. Should be greater than zero.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
16 changes: 8 additions & 8 deletions src/TestFramework/MSTest.Core/MSTest.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
<DocumentationFile>$(OutputPath)\Microsoft.VisualStudio.TestPlatform.TestFramework.XML</DocumentationFile>
<DocumentationLclSubPath>TestFramework</DocumentationLclSubPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="FrameworkMessages.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>FrameworkMessages.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Include="Interfaces\ITestMethod.cs" />
<Compile Include="Internal\Helper.cs" />
Expand All @@ -61,18 +55,24 @@
<Compile Include="Assertions\StringAssert.cs" />
<Compile Include="Assertions\CollectionAssert.cs" />
<Compile Include="Exceptions\UnitTestAssertException.cs" />
<Compile Include="UnitTestOutcome.cs" />
<Compile Include="FrameworkMessages.Designer.cs">
<Compile Include="Resources\FrameworkMessages.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>FrameworkMessages.resx</DependentUpon>
</Compile>
<Compile Include="UnitTestOutcome.cs" />
<Compile Include="Internal\UtfHelper.cs" />
<Compile Include="Attributes\VSTestAttributes.cs" />
<Compile Include="Attributes\DataTestMethodAttribute.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\FrameworkMessages.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>FrameworkMessages.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(TestFxRoot)scripts\build\TestFx.targets" />
</Project>
Loading