Fixed up for multiple blanks, issue #34

This commit is contained in:
Terje Sandstrom 2014-06-15 23:37:18 +02:00
Родитель be7d4afa8d
Коммит eb66cedd46
5 изменённых файлов: 5 добавлений и 3 удалений

Двоичные данные
NUnitTestAdapter.sln

Двоичный файл не отображается.

Просмотреть файл

@ -94,6 +94,7 @@ namespace NUnit.VisualStudio.TestAdapter
: 0;
if (drop > 0)
message = message.Substring(0, length - drop);
message = message.Trim();
if (!string.IsNullOrEmpty(message))
testLog.SendMessage(TestMessageLevel.Informational, message);
string type="";

Просмотреть файл

@ -33,6 +33,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<CodeAnalysisRuleSet>..\..\Osiris.Extended.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>

Просмотреть файл

@ -21,5 +21,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
[assembly: Guid("c0aad5e4-b486-49bc-b3e8-31e01be6fefe")]
[assembly: AssemblyVersion("1.1.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]
[assembly: AssemblyVersion("1.1.0.2")]
[assembly: AssemblyFileVersion("1.1.0.2")]

Просмотреть файл

@ -3,7 +3,7 @@
<Identifier Id="NUnitTestAdapterInstall..7c53286e-ac4f-485f-915c-5ec5a4c47b0c">
<Name>NUnit Test Adapter</Name>
<Author>Charlie Poole</Author>
<Version>1.1.0.1</Version>
<Version>1.1.0.2</Version>
<Description xml:space="preserve">NUnit adapter for integrated test execution under Visual Studio 2012 (all updates),and Visual Studio 2013 (all updates). Compatible with NUnit 2.0 through 2.6.3.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://nunit.org/index.php?p=vsTestAdapter&amp;r=2.6.3</MoreInfoUrl>