forked from indymedia/epicyon
Tidying
parent
315afa4bd8
commit
0d77fadc4f
1
tests.py
1
tests.py
|
@ -1646,7 +1646,6 @@ def testWebLinks():
|
||||||
'<p>filepopout=' + \
|
'<p>filepopout=' + \
|
||||||
'TemplateAttachmentRichPopout<<\p>'
|
'TemplateAttachmentRichPopout<<\p>'
|
||||||
resultText = replaceContentDuplicates(exampleText)
|
resultText = replaceContentDuplicates(exampleText)
|
||||||
print(resultText)
|
|
||||||
assert resultText == \
|
assert resultText == \
|
||||||
'<p>filepopout=' + \
|
'<p>filepopout=' + \
|
||||||
'TemplateAttachmentRichPopout'
|
'TemplateAttachmentRichPopout'
|
||||||
|
|
Loading…
Reference in New Issue