Added missing comment

git-svn-id: file:///srv/devel/repo-conversion/nusu@126 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2009-04-01 21:19:09 +00:00
parent dcf47768e5
commit 46ec063abd

View File

@ -207,6 +207,10 @@ namespace Nuclex.Support.Tracking {
Assert.IsTrue(test.Wait(TimeSpan.Zero)); Assert.IsTrue(test.Wait(TimeSpan.Zero));
} }
/// <summary>
/// Verifies that no error occurs when an even subscriber to the AsyncEnded event
/// unsubscribes in the event callback handler
/// </summary>
[Test] [Test]
public void TestUnsubscribeInEndedCallback() { public void TestUnsubscribeInEndedCallback() {
TestTransaction monitored = new TestTransaction(); TestTransaction monitored = new TestTransaction();