forked from indymedia/epicyon
Extra test string
parent
365d9476bb
commit
00ec2e1b89
3
tests.py
3
tests.py
|
@ -391,7 +391,7 @@ def testPostMessageBetweenServers():
|
||||||
sendPost(__version__, \
|
sendPost(__version__, \
|
||||||
sessionAlice,aliceDir,'alice', aliceDomain, alicePort, \
|
sessionAlice,aliceDir,'alice', aliceDomain, alicePort, \
|
||||||
'bob', bobDomain, bobPort, ccUrl, httpPrefix, \
|
'bob', bobDomain, bobPort, ccUrl, httpPrefix, \
|
||||||
'Why is a mouse when it spins? यह एक परीक्षण है #sillyquestion', followersOnly, \
|
'Why is a mouse when it spins? Crème brûlée यह एक परीक्षण है #sillyquestion', followersOnly, \
|
||||||
saveToFile, clientToServer,attachedImageFilename,mediaType, \
|
saveToFile, clientToServer,attachedImageFilename,mediaType, \
|
||||||
attachedImageDescription,useBlurhash, federationList, \
|
attachedImageDescription,useBlurhash, federationList, \
|
||||||
aliceSendThreads, alicePostLog, aliceCachedWebfingers, \
|
aliceSendThreads, alicePostLog, aliceCachedWebfingers, \
|
||||||
|
@ -432,6 +432,7 @@ def testPostMessageBetweenServers():
|
||||||
assert receivedJson
|
assert receivedJson
|
||||||
assert 'Why is a mouse when it spins?' in receivedJson['object']['content']
|
assert 'Why is a mouse when it spins?' in receivedJson['object']['content']
|
||||||
assert 'यह एक परीक्षण है' in receivedJson['object']['content']
|
assert 'यह एक परीक्षण है' in receivedJson['object']['content']
|
||||||
|
assert 'Crème brûlée' in receivedJson['object']['content']
|
||||||
|
|
||||||
print('\n\n*******************************************************')
|
print('\n\n*******************************************************')
|
||||||
print("Bob likes Alice's post")
|
print("Bob likes Alice's post")
|
||||||
|
|
Loading…
Reference in New Issue