mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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
Notes:
sideshowbarker
2024-07-18 17:36:53 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8f96d20b862
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)
|
TEST_CASE(test_clone)
|
||||||
{
|
{
|
||||||
u8 glyph_height = 1;
|
u8 glyph_height = 1;
|
||||||
|
|
Loading…
Reference in a new issue