Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Mar 16, 2012
1 parent 109d90a commit ae12ddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sockjs-protocol-dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,12 @@ def test_simpleSession(self):
# close frame to the new connection.
r1 = POST_async(trans_url + '/xhr', load=False)
r2 = POST(trans_url + '/xhr')
r1.close()

self.assertEqual(r2.body, 'c[2010,"Another connection still open"]\n')
self.assertEqual(r2.status, 200)

r1.close()

# The server may terminate the connection, passing error code and
# message.
def test_closeSession(self):
Expand Down

0 comments on commit ae12ddf

Please sign in to comment.