Make tests pass with refactored ZaaImporter.
This commit is contained in:
@ -55,6 +55,7 @@ namespace Tests.Formatter
|
||||
{
|
||||
_formatter.Settings.Elements.Add(new Items("Klinische Chemie: Na, K, Cl"));
|
||||
_formatter.Run();
|
||||
Console.WriteLine(_document.Range().Text);
|
||||
Assert.AreEqual(
|
||||
GetResourceText("Tests.Formatter.FormatterTest-all.txt"),
|
||||
_document.Range().Text);
|
||||
|
Reference in New Issue
Block a user