Skip to content

Commit bbc3134

Browse files
committed
Fix unit tests
1 parent 8b28936 commit bbc3134

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Src/LexText/Interlinear/ITextDllTests/InterlinDocForAnalysisTests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,11 @@ public void UpdateLineChoices(InterlinLineChoices choices)
558558
throw new NotImplementedException();
559559
}
560560

561+
public void UpdateField(int hvo, int flid)
562+
{
563+
throw new NotImplementedException();
564+
}
565+
561566
public int MultipleAnalysisColor
562567
{
563568
set { ; }

0 commit comments

Comments
 (0)