You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While learning how to use your code, I was testing it on the following example GPP string: DBABjw~CPXxRfAPXxRfAAfKABENB-CgAAAAAAAAAAYgAAAAAAAA~1YNN, downloaded from here.
I try to create a new GPPString from this by saying: val gppModel = new GppModel(iabgpp) and the code then breaks with the following message:
This adds a test case from
IABTechLab/iabgpp-java#42.
This is basically an invalid example from the spec.
Also adds a test that tries to decode a TCF EU v2 string as a GPP
string, from IABTechLab/iabgpp-java#44.
While learning how to use your code, I was testing it on the following example GPP string:
DBABjw~CPXxRfAPXxRfAAfKABENB-CgAAAAAAAAAAYgAAAAAAAA~1YNN
, downloaded from here.I try to create a new GPPString from this by saying:
val gppModel = new GppModel(iabgpp)
and the code then breaks with the following message:I cannot recreate the error through an encoding, and subsequent decoding, of a Canada Privacy string.
The text was updated successfully, but these errors were encountered: