Browse Source

Update NUnit to version 2.6.3

pull/74/merge
Matt Ward 12 years ago
parent
commit
de00d29db3
  1. BIN
      src/Tools/NUnit/lib/nunit-console-runner.dll
  2. BIN
      src/Tools/NUnit/lib/nunit.core.dll
  3. BIN
      src/Tools/NUnit/lib/nunit.core.interfaces.dll
  4. BIN
      src/Tools/NUnit/lib/nunit.util.dll
  5. 4
      src/Tools/NUnit/license.txt
  6. BIN
      src/Tools/NUnit/nunit-console-dotnet2-x86.exe
  7. BIN
      src/Tools/NUnit/nunit-console-dotnet2.exe
  8. BIN
      src/Tools/NUnit/nunit-console-x86.exe
  9. BIN
      src/Tools/NUnit/nunit-console.exe
  10. 4
      src/Tools/NUnit/nunit-console/AssemblyInfo.cs
  11. 2
      src/Tools/NUnit/nunit-console/ExtendedConsoleUi.cs
  12. BIN
      src/Tools/NUnit/nunit.framework.dll

BIN
src/Tools/NUnit/lib/nunit-console-runner.dll

Binary file not shown.

BIN
src/Tools/NUnit/lib/nunit.core.dll

Binary file not shown.

BIN
src/Tools/NUnit/lib/nunit.core.interfaces.dll

Binary file not shown.

BIN
src/Tools/NUnit/lib/nunit.util.dll

Binary file not shown.

4
src/Tools/NUnit/license.txt

@ -1,4 +1,4 @@
Copyright © 2002-2012 Charlie Poole Copyright © 2002-2013 Charlie Poole
Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov
Copyright © 2000-2002 Philip A. Craig Copyright © 2000-2002 Philip A. Craig
@ -8,7 +8,7 @@ Permission is granted to anyone to use this software for any purpose, including
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required. 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required.
Portions Copyright © 2002-2012 Charlie Poole or Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. Craig Portions Copyright © 2002-2013 Charlie Poole or Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. Craig
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

BIN
src/Tools/NUnit/nunit-console-dotnet2-x86.exe

Binary file not shown.

BIN
src/Tools/NUnit/nunit-console-dotnet2.exe

Binary file not shown.

BIN
src/Tools/NUnit/nunit-console-x86.exe

Binary file not shown.

BIN
src/Tools/NUnit/nunit-console.exe

Binary file not shown.

4
src/Tools/NUnit/nunit-console/AssemblyInfo.cs

@ -36,5 +36,5 @@ using System.Reflection;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("2.6.2")] [assembly: AssemblyVersion("2.6.3")]
[assembly: AssemblyInformationalVersion("2.6.2")] [assembly: AssemblyInformationalVersion("2.6.3")]

2
src/Tools/NUnit/nunit-console/ExtendedConsoleUi.cs

@ -125,7 +125,7 @@ namespace NUnit.ConsoleRunner
try try
{ {
result = testRunner.Run( collector, testFilter, false, LoggingThreshold.Off ); result = testRunner.Run( collector, testFilter, true, LoggingThreshold.Off );
} }
finally finally
{ {

BIN
src/Tools/NUnit/nunit.framework.dll

Binary file not shown.
Loading…
Cancel
Save