diff --git a/build.cmd b/build.cmd index 31dced18..3a5ccf9b 100644 --- a/build.cmd +++ b/build.cmd @@ -3,5 +3,5 @@ cls if not exist tools\paket\paket.exe ( tools\paket\paket.bootstrapper.exe ) -tools\paket\paket.exe install +tools\paket\paket.exe restore packages\FAKE\tools\FAKE.exe build.fsx %* diff --git a/build.sh b/build.sh index 8357a0ef..8940e259 100755 --- a/build.sh +++ b/build.sh @@ -3,11 +3,11 @@ if test "$OS" = "Windows_NT" then # use .Net [ ! -f tools/paket/paket.exe ] && tools/paket/paket.bootstrapper.exe - tools/paket/paket.exe install + tools/paket/paket.exe restore packages/FAKE/tools/FAKE.exe build.fsx $@ else # use mono [ ! -f tools/paket/paket.exe ] && mono --runtime=v4.0 tools/paket/paket.bootstrapper.exe - mono --runtime=v4.0 tools/paket/paket.exe install + mono --runtime=v4.0 tools/paket/paket.exe restore mono --runtime=v4.0 packages/FAKE/tools/FAKE.exe $@ --fsiargs -d:MONO build.fsx fi diff --git a/packages/NUnit.Runners/NUnit.Runners.2.6.3.nupkg b/packages/NUnit.Runners/NUnit.Runners.2.6.3.nupkg deleted file mode 100644 index 80f6d936..00000000 Binary files a/packages/NUnit.Runners/NUnit.Runners.2.6.3.nupkg and /dev/null differ diff --git a/packages/NUnit.Runners/NUnit.Runners.nuspec b/packages/NUnit.Runners/NUnit.Runners.nuspec index d45fbc67..dfabd3b8 100644 --- a/packages/NUnit.Runners/NUnit.Runners.nuspec +++ b/packages/NUnit.Runners/NUnit.Runners.nuspec @@ -2,7 +2,7 @@ NUnit.Runners - 2.6.3 + 2.6.4 NUnit.Runners Charlie Poole Charlie Poole diff --git a/packages/NUnit.Runners/[Content_Types].xml b/packages/NUnit.Runners/[Content_Types].xml deleted file mode 100644 index e6231289..00000000 --- a/packages/NUnit.Runners/[Content_Types].xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/NUnit.Runners/_rels/.rels b/packages/NUnit.Runners/_rels/.rels index 56026da5..47f84650 100644 --- a/packages/NUnit.Runners/_rels/.rels +++ b/packages/NUnit.Runners/_rels/.rels @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/NUnit.Runners/license.txt b/packages/NUnit.Runners/license.txt index b12903af..3b2ad740 100644 --- a/packages/NUnit.Runners/license.txt +++ b/packages/NUnit.Runners/license.txt @@ -1,15 +1,15 @@ -Copyright © 2002-2013 Charlie Poole -Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov -Copyright © 2000-2002 Philip A. Craig - -This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: - -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-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. - -3. This notice may not be removed or altered from any source distribution. +Copyright © 2002-2014 Charlie Poole +Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov +Copyright © 2000-2002 Philip A. Craig + +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + +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-2014 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. + +3. This notice may not be removed or altered from any source distribution. diff --git a/packages/NUnit.Runners/package/services/metadata/core-properties/f2935b3290ab4abda19e4b0d298d1b01.psmdcp b/packages/NUnit.Runners/package/services/metadata/core-properties/f2935b3290ab4abda19e4b0d298d1b01.psmdcp deleted file mode 100644 index 4536a2d0..00000000 --- a/packages/NUnit.Runners/package/services/metadata/core-properties/f2935b3290ab4abda19e4b0d298d1b01.psmdcp +++ /dev/null @@ -1,3 +0,0 @@ -Charlie PooleNUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. - Version 2.6 is the seventh major release of this well-known and well-tested programming tool. - This package includes the NUnit console, gui and pnunit runners and is compatible with all NUnit framework versions 2.0 through 2.6. The NUnit project editor is also included.NUnit.Runners2.6.3en-USnunit test testing tdd runner \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/agent.conf b/packages/NUnit.Runners/tools/agent.conf index ddbcd8ea..b4cf5509 100644 --- a/packages/NUnit.Runners/tools/agent.conf +++ b/packages/NUnit.Runners/tools/agent.conf @@ -1,4 +1,4 @@ - - 8080 - . + + 8080 + . \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/agent.log.conf b/packages/NUnit.Runners/tools/agent.log.conf index b5bcd9da..6a9ced8b 100644 --- a/packages/NUnit.Runners/tools/agent.log.conf +++ b/packages/NUnit.Runners/tools/agent.log.conf @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/launcher.log.conf b/packages/NUnit.Runners/tools/launcher.log.conf index b5bcd9da..6a9ced8b 100644 --- a/packages/NUnit.Runners/tools/launcher.log.conf +++ b/packages/NUnit.Runners/tools/launcher.log.conf @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Success.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Success.jpg deleted file mode 100644 index 15ec1b7f..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Success.jpg and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Failure.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Failure.jpg deleted file mode 100644 index 658905fd..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Failure.jpg and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Ignored.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Ignored.jpg deleted file mode 100644 index 95b7fdbd..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Ignored.jpg and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Inconclusive.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Inconclusive.jpg deleted file mode 100644 index 32a0ff72..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Inconclusive.jpg and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Skipped.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Skipped.jpg deleted file mode 100644 index 3d84255c..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Skipped.jpg and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Success.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Success.jpg deleted file mode 100644 index 3d8e7609..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Success.jpg and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Failure.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Failure.png deleted file mode 100644 index 2e400b27..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Failure.png and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Ignored.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Ignored.png deleted file mode 100644 index 05715cbb..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Ignored.png and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Inconclusive.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Inconclusive.png deleted file mode 100644 index 4807b7ce..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Inconclusive.png and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Skipped.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Skipped.png deleted file mode 100644 index 7c9fc64e..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Skipped.png and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Success.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Success.png deleted file mode 100644 index 2a301508..00000000 Binary files a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Success.png and /dev/null differ diff --git a/packages/NUnit.Runners/tools/lib/nunit-console-runner.dll b/packages/NUnit.Runners/tools/lib/nunit-console-runner.dll index a2a21cee..f6bdf7ed 100644 Binary files a/packages/NUnit.Runners/tools/lib/nunit-console-runner.dll and b/packages/NUnit.Runners/tools/lib/nunit-console-runner.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit-gui-runner.dll b/packages/NUnit.Runners/tools/lib/nunit-gui-runner.dll index 7161b97b..be2f39a0 100644 Binary files a/packages/NUnit.Runners/tools/lib/nunit-gui-runner.dll and b/packages/NUnit.Runners/tools/lib/nunit-gui-runner.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.core.dll b/packages/NUnit.Runners/tools/lib/nunit.core.dll index b306faee..0156d2d7 100644 Binary files a/packages/NUnit.Runners/tools/lib/nunit.core.dll and b/packages/NUnit.Runners/tools/lib/nunit.core.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.core.interfaces.dll b/packages/NUnit.Runners/tools/lib/nunit.core.interfaces.dll index 4053b0dd..32d9b1fd 100644 Binary files a/packages/NUnit.Runners/tools/lib/nunit.core.interfaces.dll and b/packages/NUnit.Runners/tools/lib/nunit.core.interfaces.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.uiexception.dll b/packages/NUnit.Runners/tools/lib/nunit.uiexception.dll index 34f2f4ef..2a926b26 100644 Binary files a/packages/NUnit.Runners/tools/lib/nunit.uiexception.dll and b/packages/NUnit.Runners/tools/lib/nunit.uiexception.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.uikit.dll b/packages/NUnit.Runners/tools/lib/nunit.uikit.dll index d93d8cad..f0e9ae22 100644 Binary files a/packages/NUnit.Runners/tools/lib/nunit.uikit.dll and b/packages/NUnit.Runners/tools/lib/nunit.uikit.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.util.dll b/packages/NUnit.Runners/tools/lib/nunit.util.dll index 122eff44..c7e02947 100644 Binary files a/packages/NUnit.Runners/tools/lib/nunit.util.dll and b/packages/NUnit.Runners/tools/lib/nunit.util.dll differ diff --git a/packages/NUnit.Runners/tools/nunit-agent-x86.exe b/packages/NUnit.Runners/tools/nunit-agent-x86.exe index fe0d7198..39c908f4 100644 Binary files a/packages/NUnit.Runners/tools/nunit-agent-x86.exe and b/packages/NUnit.Runners/tools/nunit-agent-x86.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-agent-x86.exe.config b/packages/NUnit.Runners/tools/nunit-agent-x86.exe.config index de2caf60..43adb3b8 100644 --- a/packages/NUnit.Runners/tools/nunit-agent-x86.exe.config +++ b/packages/NUnit.Runners/tools/nunit-agent-x86.exe.config @@ -1,37 +1,37 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/nunit-agent.exe b/packages/NUnit.Runners/tools/nunit-agent.exe index 6f057bc2..98718bae 100644 Binary files a/packages/NUnit.Runners/tools/nunit-agent.exe and b/packages/NUnit.Runners/tools/nunit-agent.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-agent.exe.config b/packages/NUnit.Runners/tools/nunit-agent.exe.config index de2caf60..43adb3b8 100644 --- a/packages/NUnit.Runners/tools/nunit-agent.exe.config +++ b/packages/NUnit.Runners/tools/nunit-agent.exe.config @@ -1,37 +1,37 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/nunit-console-x86.exe b/packages/NUnit.Runners/tools/nunit-console-x86.exe index c71d21ff..8f5eb924 100644 Binary files a/packages/NUnit.Runners/tools/nunit-console-x86.exe and b/packages/NUnit.Runners/tools/nunit-console-x86.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-console-x86.exe.config b/packages/NUnit.Runners/tools/nunit-console-x86.exe.config index 81e5346c..c873deb4 100644 --- a/packages/NUnit.Runners/tools/nunit-console-x86.exe.config +++ b/packages/NUnit.Runners/tools/nunit-console-x86.exe.config @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/nunit-console.exe b/packages/NUnit.Runners/tools/nunit-console.exe index 8d65c825..e24be6ab 100644 Binary files a/packages/NUnit.Runners/tools/nunit-console.exe and b/packages/NUnit.Runners/tools/nunit-console.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-console.exe.config b/packages/NUnit.Runners/tools/nunit-console.exe.config index 81e5346c..c873deb4 100644 --- a/packages/NUnit.Runners/tools/nunit-console.exe.config +++ b/packages/NUnit.Runners/tools/nunit-console.exe.config @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/nunit-editor.exe b/packages/NUnit.Runners/tools/nunit-editor.exe index 640a2533..b8b4c6f8 100644 Binary files a/packages/NUnit.Runners/tools/nunit-editor.exe and b/packages/NUnit.Runners/tools/nunit-editor.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-x86.exe b/packages/NUnit.Runners/tools/nunit-x86.exe index bd77b815..90a7c76a 100644 Binary files a/packages/NUnit.Runners/tools/nunit-x86.exe and b/packages/NUnit.Runners/tools/nunit-x86.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-x86.exe.config b/packages/NUnit.Runners/tools/nunit-x86.exe.config index 9301f946..7009cac8 100644 --- a/packages/NUnit.Runners/tools/nunit-x86.exe.config +++ b/packages/NUnit.Runners/tools/nunit-x86.exe.config @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/nunit.exe b/packages/NUnit.Runners/tools/nunit.exe index 5cd35b91..9f240868 100644 Binary files a/packages/NUnit.Runners/tools/nunit.exe and b/packages/NUnit.Runners/tools/nunit.exe differ diff --git a/packages/NUnit.Runners/tools/nunit.exe.config b/packages/NUnit.Runners/tools/nunit.exe.config index 9301f946..7009cac8 100644 --- a/packages/NUnit.Runners/tools/nunit.exe.config +++ b/packages/NUnit.Runners/tools/nunit.exe.config @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/nunit.framework.dll b/packages/NUnit.Runners/tools/nunit.framework.dll index 780727f2..ed6550bb 100644 Binary files a/packages/NUnit.Runners/tools/nunit.framework.dll and b/packages/NUnit.Runners/tools/nunit.framework.dll differ diff --git a/packages/NUnit.Runners/tools/pnunit-agent.exe b/packages/NUnit.Runners/tools/pnunit-agent.exe index 9ec9da03..d90c62fb 100644 Binary files a/packages/NUnit.Runners/tools/pnunit-agent.exe and b/packages/NUnit.Runners/tools/pnunit-agent.exe differ diff --git a/packages/NUnit.Runners/tools/pnunit-agent.exe.config b/packages/NUnit.Runners/tools/pnunit-agent.exe.config index c1516ef4..2da8776d 100644 --- a/packages/NUnit.Runners/tools/pnunit-agent.exe.config +++ b/packages/NUnit.Runners/tools/pnunit-agent.exe.config @@ -1,77 +1,77 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/pnunit-launcher.exe b/packages/NUnit.Runners/tools/pnunit-launcher.exe index edc56d32..626d3359 100644 Binary files a/packages/NUnit.Runners/tools/pnunit-launcher.exe and b/packages/NUnit.Runners/tools/pnunit-launcher.exe differ diff --git a/packages/NUnit.Runners/tools/pnunit-launcher.exe.config b/packages/NUnit.Runners/tools/pnunit-launcher.exe.config index c1516ef4..2da8776d 100644 --- a/packages/NUnit.Runners/tools/pnunit-launcher.exe.config +++ b/packages/NUnit.Runners/tools/pnunit-launcher.exe.config @@ -1,77 +1,77 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/pnunit.framework.dll b/packages/NUnit.Runners/tools/pnunit.framework.dll index 573b9fcb..1fca3682 100644 Binary files a/packages/NUnit.Runners/tools/pnunit.framework.dll and b/packages/NUnit.Runners/tools/pnunit.framework.dll differ diff --git a/packages/NUnit.Runners/tools/pnunit.tests.dll b/packages/NUnit.Runners/tools/pnunit.tests.dll index 7051add9..dc9496bb 100644 Binary files a/packages/NUnit.Runners/tools/pnunit.tests.dll and b/packages/NUnit.Runners/tools/pnunit.tests.dll differ diff --git a/packages/NUnit.Runners/tools/runpnunit.bat b/packages/NUnit.Runners/tools/runpnunit.bat index 43b3a69f..f41cb5a6 100644 --- a/packages/NUnit.Runners/tools/runpnunit.bat +++ b/packages/NUnit.Runners/tools/runpnunit.bat @@ -1,3 +1,3 @@ -start pnunit-agent 8080 . -start pnunit-agent 8081 . -pnunit-launcher test.conf +start pnunit-agent 8080 . +start pnunit-agent 8081 . +pnunit-launcher test.conf diff --git a/packages/NUnit.Runners/tools/test.conf b/packages/NUnit.Runners/tools/test.conf index ce825ebe..63cc7bd4 100644 --- a/packages/NUnit.Runners/tools/test.conf +++ b/packages/NUnit.Runners/tools/test.conf @@ -1,82 +1,82 @@ - - - - - - - - - - - Testing - - - Testing - pnunit.tests.dll - TestLibraries.Testing.EqualTo19 - $agent_host:8080 - - - - - - - Parallel_Tests - - - ParallelTest_A_Test - pnunit.tests.dll - TestLibraries.ParallelExample.ParallelTest_A - $agent_host:8080 - - - 2 - - - - ParallelTest_B_Test - pnunit.tests.dll - TestLibraries.ParallelExample.ParallelTest_B - $agent_host:8080 - - 1 - - - - - - - - - Parallel_Barriers - - - Parallel_Barriers_TestA - pnunit.tests.dll - TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersA - $agent_host:8080 - - - - START_BARRIER - WAIT_BARRIER - - - - Parallel_Barriers_TestB - pnunit.tests.dll - TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersB - $agent_host:8081 - - - - START_BARRIER - WAIT_BARRIER - - - - - - - + + + + + + + + + + + Testing + + + Testing + pnunit.tests.dll + TestLibraries.Testing.EqualTo19 + $agent_host:8080 + + + + + + + Parallel_Tests + + + ParallelTest_A_Test + pnunit.tests.dll + TestLibraries.ParallelExample.ParallelTest_A + $agent_host:8080 + + + 2 + + + + ParallelTest_B_Test + pnunit.tests.dll + TestLibraries.ParallelExample.ParallelTest_B + $agent_host:8080 + + 1 + + + + + + + + + Parallel_Barriers + + + Parallel_Barriers_TestA + pnunit.tests.dll + TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersA + $agent_host:8080 + + + + START_BARRIER + WAIT_BARRIER + + + + Parallel_Barriers_TestB + pnunit.tests.dll + TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersB + $agent_host:8081 + + + + START_BARRIER + WAIT_BARRIER + + + + + + + \ No newline at end of file diff --git a/packages/NUnit/NUnit.2.6.3.nupkg b/packages/NUnit/NUnit.2.6.3.nupkg deleted file mode 100644 index 61e3a5ec..00000000 Binary files a/packages/NUnit/NUnit.2.6.3.nupkg and /dev/null differ diff --git a/packages/NUnit/NUnit.2.6.4.nupkg b/packages/NUnit/NUnit.2.6.4.nupkg new file mode 100644 index 00000000..379b15bf Binary files /dev/null and b/packages/NUnit/NUnit.2.6.4.nupkg differ diff --git a/packages/NUnit/NUnit.nuspec b/packages/NUnit/NUnit.nuspec index 4e526e8e..f60dcd32 100644 --- a/packages/NUnit/NUnit.nuspec +++ b/packages/NUnit/NUnit.nuspec @@ -2,7 +2,7 @@ NUnit - 2.6.3 + 2.6.4 NUnit Charlie Poole Charlie Poole diff --git a/packages/NUnit/_rels/.rels b/packages/NUnit/_rels/.rels index 44438a68..caa61e24 100644 --- a/packages/NUnit/_rels/.rels +++ b/packages/NUnit/_rels/.rels @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/NUnit/lib/nunit.framework.dll b/packages/NUnit/lib/nunit.framework.dll index 780727f2..ed6550bb 100644 Binary files a/packages/NUnit/lib/nunit.framework.dll and b/packages/NUnit/lib/nunit.framework.dll differ diff --git a/packages/NUnit/lib/nunit.framework.xml b/packages/NUnit/lib/nunit.framework.xml index 4c8c26e8..532d8286 100644 --- a/packages/NUnit/lib/nunit.framework.xml +++ b/packages/NUnit/lib/nunit.framework.xml @@ -3581,49 +3581,49 @@ - Asserts that superset is not a subject of subset. + Asserts that the superset does not contain the subset - The IEnumerable superset to be considered - The IEnumerable subset to be considered + The IEnumerable subset to be considered + The IEnumerable superset to be considered - Asserts that superset is not a subject of subset. + Asserts that the superset does not contain the subset - The IEnumerable superset to be considered - The IEnumerable subset to be considered + The IEnumerable subset to be considered + The IEnumerable superset to be considered The message that will be displayed on failure - Asserts that superset is not a subject of subset. + Asserts that the superset does not contain the subset - The IEnumerable superset to be considered - The IEnumerable subset to be considered + The IEnumerable subset to be considered + The IEnumerable superset to be considered The message that will be displayed on failure Arguments to be used in formatting the message - Asserts that superset is a subset of subset. + Asserts that the superset contains the subset. - The IEnumerable superset to be considered - The IEnumerable subset to be considered + The IEnumerable subset to be considered + The IEnumerable superset to be considered - Asserts that superset is a subset of subset. + Asserts that the superset contains the subset. - The IEnumerable superset to be considered - The IEnumerable subset to be considered + The IEnumerable subset to be considered + The IEnumerable superset to be considered The message that will be displayed on failure - Asserts that superset is a subset of subset. + Asserts that the superset contains the subset. - The IEnumerable superset to be considered - The IEnumerable subset to be considered + The IEnumerable subset to be considered + The IEnumerable superset to be considered The message that will be displayed on failure Arguments to be used in formatting the message @@ -6551,6 +6551,23 @@ The target for the action attribute + + + Method called before each test + + Info about the test to be run + + + + Method called after each test + + Info about the test that was just run + + + + Gets or sets the ActionTargets for this attribute + + Adding this attribute to a method within a @@ -8066,7 +8083,7 @@ presence of a particular attribute on an object. - + Returns the constraint provided as an argument - used to allow custom custom constraints to easily participate in the syntax. @@ -10352,6 +10369,13 @@ The value to be tested True if no exception is thrown, otherwise false + + + Test whether the constraint is satisfied by a given delegate + + Delegate returning the value to be tested + True if no exception is thrown, otherwise false + Write the constraint description to a MessageWriter diff --git a/packages/NUnit/license.txt b/packages/NUnit/license.txt index b12903af..3b2ad740 100644 --- a/packages/NUnit/license.txt +++ b/packages/NUnit/license.txt @@ -1,15 +1,15 @@ -Copyright © 2002-2013 Charlie Poole -Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov -Copyright © 2000-2002 Philip A. Craig - -This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: - -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-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. - -3. This notice may not be removed or altered from any source distribution. +Copyright © 2002-2014 Charlie Poole +Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov +Copyright © 2000-2002 Philip A. Craig + +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + +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-2014 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. + +3. This notice may not be removed or altered from any source distribution. diff --git a/packages/NUnit/package/services/metadata/core-properties/7b80d12ebc6c43d5beaff9011dc4d11f.psmdcp b/packages/NUnit/package/services/metadata/core-properties/c346e7af292d401e86e307d6778e3cf7.psmdcp similarity index 89% rename from packages/NUnit/package/services/metadata/core-properties/7b80d12ebc6c43d5beaff9011dc4d11f.psmdcp rename to packages/NUnit/package/services/metadata/core-properties/c346e7af292d401e86e307d6778e3cf7.psmdcp index 751edd3e..1bb6ed7e 100644 --- a/packages/NUnit/package/services/metadata/core-properties/7b80d12ebc6c43d5beaff9011dc4d11f.psmdcp +++ b/packages/NUnit/package/services/metadata/core-properties/c346e7af292d401e86e307d6778e3cf7.psmdcp @@ -1,3 +1,3 @@ Charlie PooleNUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. Version 2.6 is the seventh major release of this well-known and well-tested programming tool. - This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.NUnit2.6.3en-USnunit test testing tdd framework fluent assert theory plugin addin \ No newline at end of file + This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.NUnit2.6.4en-USnunit test testing tdd framework fluent assert theory plugin addin \ No newline at end of file diff --git a/paket.lock b/paket.lock index 4acdb055..abd73581 100644 --- a/paket.lock +++ b/paket.lock @@ -3,20 +3,20 @@ NUGET specs: BenchShark (1.0.0) ConsoleDump (0.6.0.1) - FAKE (3.9.9) + FAKE (3.12.2) FSharp.Compiler.Service (0.0.67) FSharp.Core (3.1.2.1) - FSharp.Formatting (2.4.36) + FSharp.Formatting (2.4.37) FSharp.Compiler.Service (0.0.67) - Microsoft.AspNet.Razor (2.0.30506.0) + Microsoft.AspNet.Razor (2.0.30506) RazorEngine (3.3.0) FsUnit (1.3.0.1) NUnit (>= 2.6.3) MathNet.Numerics (3.0.0) - Microsoft.AspNet.Razor (2.0.30506.0) + Microsoft.AspNet.Razor (2.0.30506) NuGet.CommandLine (2.8.3) - NUnit (2.6.3) - NUnit.Runners (2.6.3) + NUnit (2.6.4) + NUnit.Runners (2.6.4) RazorEngine (3.3.0) Microsoft.AspNet.Razor (>= 2.0.30506.0) TaskParallelLibrary (1.0.2856.0) diff --git a/tools/paket/paket.bootstrapper.exe b/tools/paket/paket.bootstrapper.exe index d0374b8b..fab5524e 100644 Binary files a/tools/paket/paket.bootstrapper.exe and b/tools/paket/paket.bootstrapper.exe differ