Upgraded Nuclex.Support to NUnit 2.5 Beta 1
git-svn-id: file:///srv/devel/repo-conversion/nusu@114 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
0a483b4d44
commit
8dc15e8515
21 changed files with 7 additions and 30 deletions
|
@ -74,7 +74,7 @@ namespace Nuclex.Support.Scheduling {
|
|||
memory.Position = 0;
|
||||
object exception2 = formatter.Deserialize(memory);
|
||||
|
||||
Assert.IsInstanceOfType(typeof(AbortedException), exception2);
|
||||
Assert.IsInstanceOf<AbortedException>(exception2);
|
||||
Assert.AreEqual(exception1.Message, ((AbortedException)exception2).Message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue