Skip to content

Commit ff69a2d

Browse files
committed
Covering more ApplicationImpl Sixel unit test
1 parent bc17291 commit ff69a2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tests/UnitTestsParallelizable/Drivers/OutputBaseTests.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,12 @@ public void Write_EmitsSixelDataAndPositionsCursor (bool isVirtualTerminal)
211211
// Cursor was NOT moved to Sixel position
212212
Assert.NotEqual (s.ScreenPosition, output.GetCursorPosition ());
213213
}
214+
215+
IApplication app = Application.Create ();
216+
app.Driver = driver;
217+
218+
Assert.Equal (driver.Sixel, app.Driver.Sixel);
219+
220+
app.Dispose ();
214221
}
215222
}

0 commit comments

Comments
 (0)