test: firmware verificationStarted: commit
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: If85710b12f9948ce0a46801dd2a827556326d040
diff --git a/test/firmware_state_verificationstarted_unittest.cpp b/test/firmware_state_verificationstarted_unittest.cpp
index 051e1dd..4b455c6 100644
--- a/test/firmware_state_verificationstarted_unittest.cpp
+++ b/test/firmware_state_verificationstarted_unittest.cpp
@@ -246,10 +246,21 @@
}
/*
+ * commit(session)
+ */
+TEST_F(FirmwareHandlerVerificationStartedTest,
+ CommitOnVerifyDuringVerificationHasNoImpact)
+{
+ getToVerificationStarted(staticLayoutBlobId);
+ EXPECT_TRUE(handler->commit(session, {}));
+ auto realHandler = dynamic_cast<FirmwareBlobHandler*>(handler.get());
+ EXPECT_EQ(FirmwareBlobHandler::UpdateState::verificationStarted,
+ realHandler->getCurrentState());
+}
+
+/*
* close(session) - close while state if verificationStarted without calling
* stat first will abort.
- *
- * commit(session)
*/
} // namespace