From cee8ecdc7f0747c8e755f3dda43e9db748e620a4 Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Fri, 28 Jun 2024 10:39:25 +1000 Subject: [PATCH] Improve test --- projects/GKTests/GDModel/GDMLocationRecordTests.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/GKTests/GDModel/GDMLocationRecordTests.cs b/projects/GKTests/GDModel/GDMLocationRecordTests.cs index 100e0abbe..6d766dba4 100644 --- a/projects/GKTests/GDModel/GDMLocationRecordTests.cs +++ b/projects/GKTests/GDModel/GDMLocationRecordTests.cs @@ -480,7 +480,6 @@ public void Test_Carbuna3() var moldova = tree.CreateLocation(); moldova.AddLocName("Молдавская ССР", "FROM 2 AUG 1940 TO 27 AUG 1991"); - moldova.AddLocName("Молдова", "FROM 28 AUG 1991"); moldova.AddLocLink(ussr, "FROM 2 AUG 1940 TO 27 AUG 1991"); var carbuna = tree.CreateLocation(); @@ -493,8 +492,7 @@ public void Test_Carbuna3() Assert.AreEqual( "'__.__.1775 [G] - 01.08.1940 [G]': 'Карбуна'\n" + "'02.08.1940 [G] - 27.08.1991 [G]': 'СССР, Молдавская ССР, Карбуна'\n" + - "'28.08.1991 [G] - __.__.1995 [G]': 'Молдова, Карбуна'\n" + - "'__.__.1996 [G] >': 'Карбуна'" + "'28.08.1991 [G] >': 'Карбуна'" , result); }