From 2472c892fbe4eccf5474a2f777fcd183c6c4cef2 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Wed, 5 Aug 2009 21:25:28 +0000 Subject: [PATCH] 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 --- Nuclex.Support (Xbox 360).csproj | 6 +----- Source/Scheduling/Scheduler.Test.cs | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Nuclex.Support (Xbox 360).csproj b/Nuclex.Support (Xbox 360).csproj index 228c046..5d4f7ed 100644 --- a/Nuclex.Support (Xbox 360).csproj +++ b/Nuclex.Support (Xbox 360).csproj @@ -1,4 +1,4 @@ - + {DFFEAB70-51B8-4714-BCA6-79B733BBC520} {2DF5C3F4-5A5F-47a9-8E94-23B4456F55E2};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -58,10 +58,6 @@ 3.5 False - - 3.5 - False - diff --git a/Source/Scheduling/Scheduler.Test.cs b/Source/Scheduling/Scheduler.Test.cs index 3d58533..fb0190b 100644 --- a/Source/Scheduling/Scheduler.Test.cs +++ b/Source/Scheduling/Scheduler.Test.cs @@ -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) + /// Returns the provided date/time value as a utc time value /// Date/time value that will be returned as UTC /// The provided date/time value as UTC