Fixed test
This commit is contained in:
parent
469f82aa55
commit
2498ef7ef0
|
@ -2092,8 +2092,8 @@ TEST_F(UnitTestRecordPropertyTest,
|
||||||
AddRecordWithReservedKeysGeneratesCorrectPropertyList) {
|
AddRecordWithReservedKeysGeneratesCorrectPropertyList) {
|
||||||
EXPECT_NONFATAL_FAILURE(
|
EXPECT_NONFATAL_FAILURE(
|
||||||
Test::RecordProperty("name", "1"),
|
Test::RecordProperty("name", "1"),
|
||||||
"'classname', 'name', 'status', 'time', 'type_param', and 'value_param'"
|
"'classname', 'name', 'status', 'time', 'type_param', 'value_param',"
|
||||||
" are reserved");
|
" 'file', and 'line' are reserved");
|
||||||
}
|
}
|
||||||
|
|
||||||
class UnitTestRecordPropertyTestEnvironment : public Environment {
|
class UnitTestRecordPropertyTestEnvironment : public Environment {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user