@@ -610,17 +610,8 @@ nested_data_tabm_test() ->
610610 <<" type" >> => <<" rsa-pss-sha256" >>,
611611 <<" bundle" >> => <<" true" >>
612612 },
613- do_tabm_roundtrips (UnsignedTX , UnsignedTABM , NoLinksCommitment , true ),
614-
615- % XXX: Fails in some ans104 code, commenting out until we can resolve.
616- % LinksCommitment = #{
617- % <<"commitment-device">> => <<"[email protected] ">>, 618- % <<"committed">> => [<<"data+link">>, <<"tag">>],
619- % <<"type">> => <<"rsa-pss-sha256">>,
620- % <<"bundle">> => <<"false">>
621- % },
622- % do_tabm_roundtrips(UnsignedTX, UnsignedTABM, LinksCommitment, false),
623- ok .
613+ % only bundle true is supported
614+ do_tabm_roundtrips (UnsignedTX , UnsignedTABM , NoLinksCommitment , true ).
624615
625616nested_non_data_key_tabm_test () ->
626617 UnsignedTABM = #{
@@ -664,17 +655,8 @@ nested_non_data_key_tabm_test() ->
664655 <<" type" >> => <<" rsa-pss-sha256" >>,
665656 <<" bundle" >> => <<" true" >>
666657 },
667- do_tabm_roundtrips (UnsignedTX , UnsignedTABM , NoLinksCommitment , true ),
668-
669- % XXX: Fails in some ans104 code, commenting out until we can resolve.
670- % LinksCommitment = #{
671- % <<"commitment-device">> => <<"[email protected] ">>, 672- % <<"committed">> => [<<"a1+link">>, <<"tag1">>],
673- % <<"type">> => <<"rsa-pss-sha256">>,
674- % <<"bundle">> => <<"false">>
675- % },
676- % do_tabm_roundtrips(UnsignedTX, UnsignedTABM, LinksCommitment, false),
677- ok .
658+ % only bundle true is supported
659+ do_tabm_roundtrips (UnsignedTX , UnsignedTABM , NoLinksCommitment , true ).
678660
679661nested_multiple_tabm_test () ->
680662 UnsignedTABM = #{
@@ -736,17 +718,8 @@ nested_multiple_tabm_test() ->
736718 <<" type" >> => <<" rsa-pss-sha256" >>,
737719 <<" bundle" >> => <<" true" >>
738720 },
739- do_tabm_roundtrips (UnsignedTX , UnsignedTABM , NoLinksCommitment , true ),
740-
741- % XXX: Fails in some ans104 code, commenting out until we can resolve.
742- % LinksCommitment = #{
743- % <<"commitment-device">> => <<"[email protected] ">>, 744- % <<"committed">> => [<<"a1+link">>, <<"tag1">>],
745- % <<"type">> => <<"rsa-pss-sha256">>,
746- % <<"bundle">> => <<"false">>
747- % },
748- % do_tabm_roundtrips(UnsignedTX, UnsignedTABM, LinksCommitment, false),
749- ok .
721+ % only bundle true is supported
722+ do_tabm_roundtrips (UnsignedTX , UnsignedTABM , NoLinksCommitment , true ).
750723
751724% % @doc This test is disabled for now. Unclear whether we should deserialize
752725% % data by default. If we don't need to deserialize data, then this test
0 commit comments