summaryrefslogtreecommitdiff
path: root/Source/UnitTests
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2015-01-29 21:52:17 +0000
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2015-01-29 21:52:17 +0000
commit400c69b10f9b7e6abd0fe9518a0d8be5508bf093 (patch)
tree23a07b41841e350ebc8be325b4605a4355487d7b /Source/UnitTests
parent076de2c7101f4ddfba5b12bc395d683495055355 (diff)
Backed out changeset ed4196d6fe50
Compilation does not depend NUnit.Runners so it should not be a required package. Instead users should install it manually as described in Source/UnitTests/README.md
Diffstat (limited to 'Source/UnitTests')
-rw-r--r--Source/UnitTests/TestUtil/packages.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/UnitTests/TestUtil/packages.config b/Source/UnitTests/TestUtil/packages.config
index ebfc3626..d4e241a2 100644
--- a/Source/UnitTests/TestUtil/packages.config
+++ b/Source/UnitTests/TestUtil/packages.config
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.3" targetFramework="net45" />
- <package id="NUnit.Runners" version="2.6.4" />
-</packages>
+</packages> \ No newline at end of file