Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f783c20b authored by Jeff Tinker's avatar Jeff Tinker Committed by android-build-merger
Browse files

Merge "DRM vts test bug fixes" into oc-dev am: ca7205fa

am: 52ea2d07

Change-Id: Ibe290e5ef25832b3c132c9406cc8ab238666a816
parents 91bb86e5 52ea2d07
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -952,6 +952,7 @@ TEST_P(DrmHalVendorPluginTest, ListenerKeysChange) {
    EXPECT_TRUE(result.args);
    EXPECT_EQ(sessionId, result.args->sessionId);
    EXPECT_EQ(keyStatusList, result.args->keyStatusList);
    closeSession(sessionId);
}

/**
@@ -1428,7 +1429,7 @@ TEST_P(DrmHalVendorDecryptTest, AttemptDecryptWithKeysRemoved) {

            uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure,
                    toHidlArray(key.keyId), &iv[0], subSamples, noPattern,
                    key.clearContentKey, Status::ERROR_DRM_DECRYPT);
                    key.clearContentKey, Status::ERROR_DRM_NO_LICENSE);
            EXPECT_EQ(0u, byteCount);

            closeSession(sessionId);