mirror of
https://github.com/SFML/SFML.git
synced 2025-02-23 14:56:02 +08:00
Fix test section names
This commit is contained in:
parent
0455e581a6
commit
e12e8e73d4
@ -51,7 +51,7 @@ TEST_CASE("[Window] sf::Cursor", runDisplayTests())
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTION("loadFromPixels()")
|
SECTION("createFromPixels()")
|
||||||
{
|
{
|
||||||
static constexpr std::array<std::uint8_t, 4> pixels{};
|
static constexpr std::array<std::uint8_t, 4> pixels{};
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ TEST_CASE("[Window] sf::Cursor", runDisplayTests())
|
|||||||
CHECK(sf::Cursor::createFromPixels(pixels.data(), {1, 1}, {}));
|
CHECK(sf::Cursor::createFromPixels(pixels.data(), {1, 1}, {}));
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTION("loadFromSystem()")
|
SECTION("createFromSystem()")
|
||||||
{
|
{
|
||||||
CHECK(sf::Cursor::createFromSystem(sf::Cursor::Type::Hand));
|
CHECK(sf::Cursor::createFromSystem(sf::Cursor::Type::Hand));
|
||||||
CHECK(sf::Cursor::createFromSystem(sf::Cursor::Type::SizeHorizontal));
|
CHECK(sf::Cursor::createFromSystem(sf::Cursor::Type::SizeHorizontal));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user