Added a note about an unexplained exception that happened one time whilst executing the unit tests

git-svn-id: file:///srv/devel/repo-conversion/nusu@169 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2009-08-05 21:25:28 +00:00
parent 88b89dea19
commit 2472c892fb
2 changed files with 17 additions and 5 deletions

View file

@ -455,6 +455,22 @@ namespace Nuclex.Support.Scheduling {
}
}
// TODO: Unit testing caused this exception
//
// Nuclex.Support.Scheduling.SchedulerTest.TestThrowOnNotifyAtWithUnspecifiedDateTimeKind :
// System.NullReferenceException: Der Objektverweis wurde nicht auf
// eine Objektinstanz festgelegt.
// bei Nuclex.Support.Scheduling.SchedulerTest.TestSubscriber.Callback(Object state)
// in D:\Devel\framework\Nuclex.Support\Source\Scheduling\Scheduler.Test.cs:Zeile 177.
// bei System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
// bei System.Threading.ExecutionContext.Run(
// ExecutionContext executionContext, ContextCallback callback, Object state
// )
// bei System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(
// _ThreadPoolWaitCallback tpWaitCallBack
// )
// bei System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
/// <summary>Returns the provided date/time value as a utc time value</summary>
/// <param name="dateTime">Date/time value that will be returned as UTC</param>
/// <returns>The provided date/time value as UTC</returns>