Test Cleanup

Some tests code was not correctly merged from the widevine side.

An initializer in generic_crypto_unittest.cpp was missed in
http://go/wvgerrit/23767

bug: 35951647

Change-Id: I2f7052b621989a032179346edf43dcaf6cb7d921
This commit is contained in:
Fred Gylys-Colwell
2017-03-02 17:01:10 -08:00
parent ce535ad21e
commit 9bd9bcd61a
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ namespace wvcdm {
class WvGenericOperationsTest : public testing::Test {
public:
WvGenericOperationsTest() : crypto_session_(NULL) {}
virtual void SetUp() {
::testing::Test::SetUp();