@@ -183,7 +183,8 @@ def setUp(self):
183183 self .testPath3 = os .path .join (self .data_dir , "A_thumbnail.jpg" )
184184 self .testPath4 = os .path .join (self .data_dir , "cloud.jpg" )
185185
186- # Define manifests
186+ # For that test manifest, we use a placeholder assertion with content
187+ # varying depending on thread/manifest, to check for data scrambling.
187188 self .manifestDefinition = {
188189 "claim_generator" : "python_test" ,
189190 "claim_generator_info" : [{
@@ -207,6 +208,8 @@ def setUp(self):
207208 ]
208209 }
209210
211+ # For that test manifest, we use a placeholder assertion with content
212+ # varying depending on thread/manifest, to check for data scrambling.
210213 self .manifestDefinition_1 = {
211214 "claim_generator" : "python_test_thread1" ,
212215 "claim_generator_info" : [{
@@ -230,6 +233,8 @@ def setUp(self):
230233 ]
231234 }
232235
236+ # For that test manifest, we use a placeholder assertion with content
237+ # varying depending on thread/manifest, to check for data scrambling.
233238 self .manifestDefinition_2 = {
234239 "claim_generator" : "python_test_thread2" ,
235240 "claim_generator_info" : [{
0 commit comments