Browse Source

Make NUnit compatible with .NET 4 RTM (instead of .NET 4 Beta 2).

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5694 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Daniel Grunwald 15 years ago
parent
commit
c5b862e402
  1. 2
      src/Tools/NUnit/NUnit Modification.txt
  2. BIN
      src/Tools/NUnit/lib/nunit-console-runner.dll
  3. BIN
      src/Tools/NUnit/lib/nunit-gui-runner.dll
  4. BIN
      src/Tools/NUnit/lib/nunit.core.dll
  5. BIN
      src/Tools/NUnit/lib/nunit.core.interfaces.dll
  6. BIN
      src/Tools/NUnit/lib/nunit.fixtures.dll
  7. BIN
      src/Tools/NUnit/lib/nunit.uiexception.dll
  8. BIN
      src/Tools/NUnit/lib/nunit.uikit.dll
  9. BIN
      src/Tools/NUnit/lib/nunit.util.dll
  10. BIN
      src/Tools/NUnit/nunit-console-dotnet2-x86.exe
  11. BIN
      src/Tools/NUnit/nunit-console-dotnet2.exe
  12. BIN
      src/Tools/NUnit/nunit-console-x86.exe
  13. BIN
      src/Tools/NUnit/nunit-console.exe

2
src/Tools/NUnit/NUnit Modification.txt

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
SharpDevelop is currently using a slighly modified version of NUnit 2.5.4.10098:
nunit.util.dll is modified: the hardcoded .NET version "4.0.21006" (.NET 4 Beta 2) was replaced with "4.0.30319" (.NET 4 RTM).

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

Binary file not shown.

BIN
src/Tools/NUnit/lib/nunit-gui-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.fixtures.dll

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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.
Loading…
Cancel
Save