Source release 17.1.1
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#include "cdm.h"
|
||||
#include "device_cert.h"
|
||||
#include "perf_test.h"
|
||||
|
||||
@interface GtestTests : XCTestCase
|
||||
@@ -21,8 +20,6 @@
|
||||
int argc = 1;
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
|
||||
std::string cert{kDeviceCert, kDeviceCert + kDeviceCertSize};
|
||||
printf("Size 1: %zu, 2: %zu\n", kDeviceCertSize, cert.size());
|
||||
XCTAssertEqual(widevine::PerfTestMain(&widevine::Cdm::initialize, &widevine::Cdm::create, cert), 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user