-
Btw ReSharper itself has such issue :D
See here: http://www.jetbrains.net/jira/browse/RSRP-59907
and here: http://www.jetbrains.net/jira/browse/RSRP-43833.
2008-04-24 20:27:11 UTC in NAnt - A .NET Build Tool
-
I use [ExpectedException] with MatchType = MessageMatch.Contains for some my tests.
It does not work in task.
But it works fine in nunit-console and other native NUnit test runners.
Code:
================================================
using System;
using NUnit.Framework;
namespace ExpectedExceptionBugDemo
{
[TestFixture]
public class DemoTests
{...
2008-04-15 10:28:31 UTC in NAnt - A .NET Build Tool
-
Version: NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006)
INTERNAL ERROR
System.ArgumentException: Xml node has not been mapped.
Occurs in build files that include DOCTYPE ENTITY on actual fileset refid reference.
Steps to reproduce:
0. get nant.build from attached zip file;
1. run "nant -logfile:simple.repro.fail";
2. see console output or log.
OR (with no attached simple...
2007-10-09 07:48:22 UTC in NAnt - A .NET Build Tool
-
moudrick committed revision 17 to the RainbowPortal SVN repository, changing 1 files.
2006-12-18 22:14:35 UTC in RainbowPortal
-
moudrick committed revision 16 to the RainbowPortal SVN repository, changing 1 files.
2006-12-18 22:10:23 UTC in RainbowPortal
-
moudrick committed revision 15 to the RainbowPortal SVN repository, changing 1 files.
2006-12-18 22:09:11 UTC in RainbowPortal