From 5cfebf54f6780edf243206f5bc2ec4683bf9438a Mon Sep 17 00:00:00 2001 From: Norbert Takacs Date: Sun, 14 Apr 2024 18:29:19 +0200 Subject: [PATCH] Test: remove fip test case Signed-off-by: Norbert Takacs --- test/test_FIP.cpp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/test/test_FIP.cpp b/test/test_FIP.cpp index 70abfd8..696f025 100644 --- a/test/test_FIP.cpp +++ b/test/test_FIP.cpp @@ -63,23 +63,6 @@ namespace test test_fip_set_button_states(0); Assert::AreEqual(0, (int)fip_device->get_button_state()); } - - TEST_METHOD(TestFIPAirSpeedChange) - { - XPLMSetDatai(airspeed_dataref, 0); - test_flight_loop(fip_device); - std::this_thread::sleep_for(150ms); - unsigned char fip_image_buffer[240 * 320 * 3]; - test_fip_get_image(fip_image_buffer, 240 * 320 * 3); - Assert::AreEqual(0, (int)fip_image_buffer[0]); - - XPLMSetDatai(airspeed_dataref, 150); - test_flight_loop(fip_device); - std::this_thread::sleep_for(150ms); - test_fip_get_image(fip_image_buffer, 240 * 320 * 3); - Assert::AreEqual(0, (int)fip_image_buffer[0]); - } - TEST_METHOD(TestFIPBMPPadding) { /* Page 2 contains one layer with the BMP file bmp_test_padding.bmp