mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
Tests: Remove default font tests from LibGfx/TestFontHandling
The system default font functions now rely on communication with WindowServer and so we can't really test them here.
This commit is contained in:
parent
3a4cbbf01c
commit
8f96d20b86
1 changed files with 0 additions and 10 deletions
|
@ -36,16 +36,6 @@ TEST_CASE(test_fontdatabase_for_each_font)
|
|||
});
|
||||
}
|
||||
|
||||
TEST_CASE(test_default_font)
|
||||
{
|
||||
EXPECT(!Gfx::FontDatabase::default_font().name().is_null());
|
||||
}
|
||||
|
||||
TEST_CASE(test_default_fixed_width_font)
|
||||
{
|
||||
EXPECT(!Gfx::FontDatabase::default_fixed_width_font().name().is_null());
|
||||
}
|
||||
|
||||
TEST_CASE(test_clone)
|
||||
{
|
||||
u8 glyph_height = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue