Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Aug 30, 2024
1 parent 1220953 commit 7a819ed
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/SIL.Machine.Tests/Corpora/ParatextProjectTermsParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,6 @@ public void TestGetKeyTermsFromTermsLocalizations_NoTermRenderings_DoNotUseTermG
Assert.That(terms.Count, Is.EqualTo(0));
}

[Test]
public void TestGetKeyTermsFromTermsLocalizations_NoTermRenderings_PreferLocalization()
{
var env = new TestEnvironment(
new DefaultParatextProjectSettings(
biblicalTermsListType: "Major",
biblicalTermsFileName: "BiblicalTerms.xml"
),
useTermGlosses: true
);
IEnumerable<(string TermId, IReadOnlyList<string> Glosses)> terms = env.GetGlosses();
Assert.That(terms.Count, Is.EqualTo(5726));
Assert.That(string.Join(" ", terms.First().Glosses), Is.EqualTo("Abagtha"));
}

[Test]
public void TestGetKeyTermsFromTermsLocalizations_()
{
Expand Down

0 comments on commit 7a819ed

Please sign in to comment.