summaryrefslogtreecommitdiff
path: root/test/buildtool/common/artifact_object_info.test.cpp
AgeCommit message (Collapse)Author
2024-08-07Remove unused code from Artifact::ObjectInfoMaksim Denisov
Deserialization from json is used in a single test only
2024-04-08test: Add missing includes and fix depsPaul Cristian Sarbu
2023-11-15artifact.hpp: make ToJson and FromJson consistentAlberto Sartori
The function ToJson used `file_type` key to express the type of the artifact, on the other hand, FromJson was expecting `type`. This patch makes the two functions consistent, prefering `file_type` for historical reasons.