| 39 | } |
| 40 | |
| 41 | std::string StringifyPointer(const rapidjson::Pointer& pointer) { |
| 42 | rapidjson::StringBuffer buffer; |
| 43 | pointer.Stringify(buffer); |
| 44 | return buffer.GetString(); |
| 45 | } |
| 46 | |
| 47 | TEST(ConfigSchemaValidationTest, BundledConfigsMatchSchema) { |
| 48 | std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest()); |