# # # patch "unit-tests/packet.cc" # from [92ffcd817682815b2f7a77cf287d0fd12fc30d53] # to [ed9cbd4154e6740014f5adde65c273f4f1f20d74] # ============================================================ --- unit-tests/packet.cc 92ffcd817682815b2f7a77cf287d0fd12fc30d53 +++ unit-tests/packet.cc ed9cbd4154e6740014f5adde65c273f4f1f20d74 @@ -127,7 +127,7 @@ UNIT_TEST(roundabout) // cert now accepts revision_id exclusively, so we need to cast the // file_id to create a cert to test the packet writer with. cert c(typecast_vocab(fid.inner()), cert_name("smell"), val, - decode_hexenc_as("cccccccccccccccccccccccccccccccccccccc", + decode_hexenc_as("cccccccccccccccccccccccccccccccccccccccc", origin::internal), sig); pw.consume_revision_cert(c);