nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00401
[Bug 512360] Re: Wrong comment tin TestRunner.cs
** Changed in: nunitv2
Status: Fix Committed => Fix Released
--
Wrong comment tin TestRunner.cs
https://bugs.launchpad.net/bugs/512360
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: Fix Released
Bug description:
IsTestRunning should be Running
=== modified file 'src/NUnitCore/interfaces/TestRunner.cs'
--- src/NUnitCore/interfaces/TestRunner.cs 2008-10-31 21:53:13 +0000
+++ src/NUnitCore/interfaces/TestRunner.cs 2010-01-25 15:20:32 +0000
@@ -52,8 +52,8 @@
}
/// <summary>
- /// IsTestRunning indicates whether a test is in progress. To retrieve the
- /// results from an asynchronous test run, wait till IsTestRunning is false.
+ /// Running indicates whether a test is in progress. To retrieve the
+ /// results from an asynchronous test run, wait till Running is false.
/// </summary>
bool Running
{