Skip to content

Commit

Permalink
Improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Jun 28, 2024
1 parent 3a531fd commit cee8ecd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/GKTests/GDModel/GDMLocationRecordTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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);
}

Expand Down

0 comments on commit cee8ecd

Please sign in to comment.