Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-11 04:55:05 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-13 16:00:55 +0300
commit2d0cf43f3a0dc8a38bd7d68d83e0954fe3b92a3a (patch)
treebd4774339592a4c1b07e3d49201bb4ed1efb3373 /acceptance-tests/SUBMODULES.json
parent387316fed644b1deeeeef0b385ae52b68aab3151 (diff)
[bcl] Deprecate old NUnit 2.4 framework shipped with Mono
Print a message when running nunit-console about the deprecation. Additionally, throw a compilation error if compiling against the TestFixtureAttribute from old NUnit. Needed changes in ms-test-suite as well since it was still using NUnit.
Diffstat (limited to 'acceptance-tests/SUBMODULES.json')
-rw-r--r--acceptance-tests/SUBMODULES.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json
index 01faee39c98..9df7b8a5811 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -18,7 +18,7 @@
{
"name": "ms-test-suite",
"url": "git@github.com:xamarin/ms-test-suite.git",
- "rev": "eb7cd709549bffe170653a50805f1593d66ea81e",
+ "rev": "55b6637eb1de61c743323ec82db1e0cadfee5b32",
"remote-branch": "origin/master",
"branch": "master",
"directory": "ms-test-suite"
@@ -31,4 +31,4 @@
"branch": "master",
"directory": "benchmarker"
}
-]
+] \ No newline at end of file