forked from indymedia/epicyon
Include calendar file in tests
parent
281bafcf81
commit
3ec54282dc
10
tests.py
10
tests.py
|
@ -1403,9 +1403,17 @@ def testClientToServer():
|
|||
'/followers.txt').read():
|
||||
if os.path.isfile(bobDir + '/accounts/bob@' + bobDomain +
|
||||
'/following.txt'):
|
||||
if 'alice@' + aliceDomain + ':' + str(alicePort) in \
|
||||
aliceHandleStr = \
|
||||
'alice@' + aliceDomain + ':' + str(alicePort)
|
||||
if aliceHandleStr in \
|
||||
open(bobDir + '/accounts/bob@' + bobDomain +
|
||||
'/following.txt').read():
|
||||
if os.path.isfile(bobDir + '/accounts/bob@' +
|
||||
bobDomain +
|
||||
'/followingCalendar.txt'):
|
||||
if aliceHandleStr in \
|
||||
open(bobDir + '/accounts/bob@' + bobDomain +
|
||||
'/followingCalendar.txt').read():
|
||||
break
|
||||
time.sleep(1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue