[apps/hardware_test] remove test done twice

This commit is contained in:
Léa Saviot
2019-04-29 17:19:47 +02:00
parent 725c3abd33
commit dbd7196599

View File

@@ -21,9 +21,6 @@ bool VBlankTestController::handleEvent(Ion::Events::Event event) {
* being displayed. If the test succeeds, the screen should change very
* quickly to "VBLANK OK". */
Shared::POSTAndHardwareTests::VBlankOK();
for (int i=0; i<6; i++) {
Ion::Display::waitForVBlank();
}
m_view.setColor(KDColorGreen);
m_view.vBlankStateTextView()->setText(k_vBlankOKText);
}