Skip to content

Commit

Permalink
Downgrade NUnit 2 libs to 2.5. NUnit2 task appears to be working with…
Browse files Browse the repository at this point in the history
… 2.5 libs. However, the test results no longer print to the console after the tests are run. Needs more work.
  • Loading branch information
rmboggs committed Jan 23, 2012
1 parent 4e6a00d commit ba4f8dc
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 0 deletions.
Binary file modified lib/common/1.1/nunit-console-runner.dll
Binary file not shown.
Binary file modified lib/common/1.1/nunit-console.exe
Binary file not shown.
Binary file modified lib/common/1.1/nunit.core.dll
Binary file not shown.
Binary file modified lib/common/1.1/nunit.core.interfaces.dll
Binary file not shown.
Binary file modified lib/common/1.1/nunit.framework.dll
Binary file not shown.
Binary file modified lib/common/1.1/nunit.util.dll
Binary file not shown.
Binary file modified lib/common/2.0/nunit-console-runner.dll
Binary file not shown.
Binary file modified lib/common/2.0/nunit-console.exe
Binary file not shown.
Binary file modified lib/common/2.0/nunit.core.dll
Binary file not shown.
Binary file modified lib/common/2.0/nunit.core.interfaces.dll
Binary file not shown.
Binary file modified lib/common/2.0/nunit.framework.dll
Binary file not shown.
Binary file modified lib/common/2.0/nunit.util.dll
Binary file not shown.
Binary file modified lib/net/1.0/nunit-console-runner.dll
Binary file not shown.
Binary file modified lib/net/1.0/nunit-console.exe
Binary file not shown.
Binary file modified lib/net/1.0/nunit.core.dll
Binary file not shown.
Binary file modified lib/net/1.0/nunit.core.interfaces.dll
Binary file not shown.
Binary file modified lib/net/1.0/nunit.framework.dll
Binary file not shown.
Binary file modified lib/net/1.0/nunit.util.dll
Binary file not shown.
1 change: 1 addition & 0 deletions src/NAnt.NUnit/NUnit2/NUnit2Task.cs
Expand Up @@ -430,6 +430,7 @@ private LoggingThreshold GetLoggingThreshold()
private XmlTextReader GetTransformReader(NUnit2Test test) {
XmlTextReader transformReader;
if (test.XsltFile == null) {
// TODO: Re-evaluate this process as NUnit will probably not contain the "NUnit.Util.Transform" resource after 2.5.
Assembly assembly = Assembly.GetAssembly(typeof(XmlResultWriter));
ResourceManager resourceManager = new ResourceManager("NUnit.Util.Transform", assembly);
string xmlData = (string) resourceManager.GetObject("Summary.xslt", CultureInfo.InvariantCulture);
Expand Down

0 comments on commit ba4f8dc

Please sign in to comment.