@@ -185,6 +185,7 @@ def setUp(self):
185185
186186 # For that test manifest, we use a placeholder assertion with content
187187 # varying depending on thread/manifest, to check for data scrambling.
188+ # The used assertion is custom, and not part of the C2PA standard.
188189 self .manifestDefinition = {
189190 "claim_generator" : "python_test" ,
190191 "claim_generator_info" : [{
@@ -195,7 +196,8 @@ def setUp(self):
195196 "title" : "Python Test Image" ,
196197 "ingredients" : [],
197198 "assertions" : [
198- {'label' : 'com.unit.test' ,
199+ {
200+ 'label' : 'com.unit.test' ,
199201 'data' : {
200202 'author' : [
201203 {
@@ -210,6 +212,7 @@ def setUp(self):
210212
211213 # For that test manifest, we use a placeholder assertion with content
212214 # varying depending on thread/manifest, to check for data scrambling.
215+ # The used assertion is custom, and not part of the C2PA standard.
213216 self .manifestDefinition_1 = {
214217 "claim_generator" : "python_test_thread1" ,
215218 "claim_generator_info" : [{
@@ -220,7 +223,8 @@ def setUp(self):
220223 "title" : "Python Test Image 1" ,
221224 "ingredients" : [],
222225 "assertions" : [
223- {'label' : 'com.unit.test' ,
226+ {
227+ 'label' : 'com.unit.test' ,
224228 'data' : {
225229 'author' : [
226230 {
@@ -235,6 +239,7 @@ def setUp(self):
235239
236240 # For that test manifest, we use a placeholder assertion with content
237241 # varying depending on thread/manifest, to check for data scrambling.
242+ # The used assertion is custom, and not part of the C2PA standard.
238243 self .manifestDefinition_2 = {
239244 "claim_generator" : "python_test_thread2" ,
240245 "claim_generator_info" : [{
@@ -245,7 +250,8 @@ def setUp(self):
245250 "title" : "Python Test Image 2" ,
246251 "ingredients" : [],
247252 "assertions" : [
248- {'label' : 'com.unit.test' ,
253+ {
254+ 'label' : 'com.unit.test' ,
249255 'data' : {
250256 'author' : [
251257 {
0 commit comments