Fisheye: Tag ce6bead1fc23f95f5160fbfacc37389928836d10 refers to a dead (removed) revision in file `Core/Components/test/Core.Components.Gis.TestUtil.Test/CategoryThemeTestFactoryTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Components/test/Core.Components.Gis.TestUtil.Test/Core.Components.Gis.TestUtil.Test.csproj =================================================================== diff -u -rffa827b1d7c3116e5d94620074e716e39febcc19 -rce6bead1fc23f95f5160fbfacc37389928836d10 --- Core/Components/test/Core.Components.Gis.TestUtil.Test/Core.Components.Gis.TestUtil.Test.csproj (.../Core.Components.Gis.TestUtil.Test.csproj) (revision ffa827b1d7c3116e5d94620074e716e39febcc19) +++ Core/Components/test/Core.Components.Gis.TestUtil.Test/Core.Components.Gis.TestUtil.Test.csproj (.../Core.Components.Gis.TestUtil.Test.csproj) (revision ce6bead1fc23f95f5160fbfacc37389928836d10) @@ -16,7 +16,6 @@ - Fisheye: Tag ce6bead1fc23f95f5160fbfacc37389928836d10 refers to a dead (removed) revision in file `Core/Components/test/Core.Components.Gis.TestUtil/CategoryThemeTestFactory.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Components/test/Core.Components.Gis.TestUtil/Core.Components.Gis.TestUtil.csproj =================================================================== diff -u -rffa827b1d7c3116e5d94620074e716e39febcc19 -rce6bead1fc23f95f5160fbfacc37389928836d10 --- Core/Components/test/Core.Components.Gis.TestUtil/Core.Components.Gis.TestUtil.csproj (.../Core.Components.Gis.TestUtil.csproj) (revision ffa827b1d7c3116e5d94620074e716e39febcc19) +++ Core/Components/test/Core.Components.Gis.TestUtil/Core.Components.Gis.TestUtil.csproj (.../Core.Components.Gis.TestUtil.csproj) (revision ce6bead1fc23f95f5160fbfacc37389928836d10) @@ -12,7 +12,6 @@ - Index: Core/Plugins/test/Core.Plugins.Map.Test/PropertyClasses/CategoryThemePropertiesTest.cs =================================================================== diff -u -r1711125c6aa9339c259294eb583494709b280d4e -rce6bead1fc23f95f5160fbfacc37389928836d10 --- Core/Plugins/test/Core.Plugins.Map.Test/PropertyClasses/CategoryThemePropertiesTest.cs (.../CategoryThemePropertiesTest.cs) (revision 1711125c6aa9339c259294eb583494709b280d4e) +++ Core/Plugins/test/Core.Plugins.Map.Test/PropertyClasses/CategoryThemePropertiesTest.cs (.../CategoryThemePropertiesTest.cs) (revision ce6bead1fc23f95f5160fbfacc37389928836d10) @@ -38,8 +38,11 @@ [Test] public void Constructor_AttributeNameNull_ThrowsArgumentNullException() { + // Setup + var categoryTheme = new TestCategoryTheme(ValueCriterionTestFactory.CreateValueCriterion()); + // Call - TestDelegate call = () => new CategoryThemeProperties(null, CategoryThemeTestFactory.CreateCategoryTheme()); + TestDelegate call = () => new CategoryThemeProperties(null, categoryTheme); // Assert var exception = Assert.Throws(call);