realtime collaborative editing: mobwrite on windows7 x64
- by collabwriter
I have set up Mobwrite on my Win7 development machine using the daemon and q.py listener. The client test suite passes, but when I run the server test suite, everything fails with this sort of response:
Question:
U:user10259538167863824
f:0:unittest10259538167863824
R:0:Hello world
Expected:
u:user10259538167863824
F:0:unittest10259538167863824
D:0:=11
Actual:
u:user10259538167863824
F:0:unittest10259538167863824
D:0:=11
Diff:
u:user10259538167863824
¶
F:0:unittest10259538167863824
¶
D:0:=11¶
¶
¶
I am assuming it has something to do with line endings, but I don't know what to do. Can anyone shed some light on this?
Thanks so much!
PS: I'm running Python 2.7