Skip to content

Commit

Permalink
make Jython happy, polish for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Jun 10, 2013
1 parent 3e45419 commit 858214a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# AutobahnTestSuite: Changelog

## v0.5.4
* make Jython happy (now runs on Jython 2.7b1 with slightly patched Twisted)
* add detailed description of how we generate public reports
* log UTF8 and XOR masker classes in use

## v0.5.3
* add JSON output for test results
* WSS testing support
Expand Down
2 changes: 1 addition & 1 deletion autobahntestsuite/autobahntestsuite/case/case6_x_x.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test_encode(testpoints):
#test_utf8(UTF8_TEST_SEQUENCES)

TESTPOINTS = [(0xfffb, u'\ufffb'),
(0xd807, u'\ud807'),
# (0xd807, u'\ud807'), # Jython does not like this
(0x11000, None),
(0x110000, None)]
test_encode(TESTPOINTS)
2 changes: 1 addition & 1 deletion autobahntestsuite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

setup (
name = 'autobahntestsuite',
version = '0.5.3',
version = '0.5.4',
description = 'AutobahnTestSuite - WebSocket/WAMP protocol implementation test suite.',
long_description = LONGSDESC,
license = 'Apache License 2.0',
Expand Down

0 comments on commit 858214a

Please sign in to comment.