Update canary test with latest Android version string.
This silences the canary test to match the Android version string change from NYC to N. properties_android.cpp has already previously been updated for N, so no need to bump the Widevine Android version number at this time (see: go/ag/800077) Matching Widevine cl: go/wvgerrit/16664 Bug: 26901110 Change-Id: Ib8f47f77bbb4dd2c7c302102fe43007059af2d50
This commit is contained in:
@@ -2733,7 +2733,7 @@ TEST(VersionNumberTest, VersionNumberChangeCanary) {
|
||||
char release_number[PROPERTY_VALUE_MAX];
|
||||
ASSERT_GT(property_get("ro.build.version.release", release_number, "Unknown"),
|
||||
0);
|
||||
EXPECT_STREQ("NYC", release_number)
|
||||
EXPECT_STREQ("N", release_number)
|
||||
<< "The Android version number has changed. You need to update this test "
|
||||
"and also possibly update the Widevine version number in "
|
||||
"properties_android.cpp.";
|
||||
|
||||
Reference in New Issue
Block a user