Addressing PR feedback
This commit is contained in:
@@ -168,9 +168,9 @@ namespace JsonSerializationTests
|
||||
{
|
||||
features.EnableJsonType(rapidjson::kObjectType);
|
||||
features.m_typeToInject = rapidjson::kNullType;
|
||||
// The type information in the Serialize Context is incomplete so this test will fail.
|
||||
// This is because assets have traditionally been treated as a special case, so there's
|
||||
// information missing in the Json Serialization to deal with these.
|
||||
// Assets are not fully registered with the Serialize Context for historical reasons. Due to the missing
|
||||
// information the Json Serializer Conformity Tests can't run the subsection of tests that explicitly
|
||||
// require the missing information.
|
||||
features.m_enableNewInstanceTests = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user