Index: test/DeltaShell/DeltaShell.Tests/Core/AssemblyInfoTest.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- test/DeltaShell/DeltaShell.Tests/Core/AssemblyInfoTest.cs (.../AssemblyInfoTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/DeltaShell/DeltaShell.Tests/Core/AssemblyInfoTest.cs (.../AssemblyInfoTest.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -10,15 +10,14 @@ [Test] public void CheckForValidAssembly() { - AssemblyUtils.AssemblyInfo info = AssemblyUtils.GetAssemblyInfo((typeof (DeltaShellApplication)).Assembly); + AssemblyUtils.AssemblyInfo info = AssemblyUtils.GetAssemblyInfo((typeof(DeltaShellApplication)).Assembly); Assert.AreEqual("Delta Shell", info.Title); - Assert.IsNotNull( info.Version); - Assert.IsNotNull( info.Description); + Assert.IsNotNull(info.Version); + Assert.IsNotNull(info.Description); Assert.AreEqual("Delta Shell", info.Product); - Assert.IsNotNull( info.Copyright); + Assert.IsNotNull(info.Copyright); Assert.AreEqual("Deltares", info.Company); - } } } \ No newline at end of file