Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug with protobuffs encoding tests #26

Merged
merged 2 commits into from
Dec 21, 2012
Merged

Fix bug with protobuffs encoding tests #26

merged 2 commits into from
Dec 21, 2012

Conversation

seancribbs
Copy link

The new erlang_protobuffs uses iolists as encoded output instead of binaries to avoid too much flattening, but the input to the decoding functions must be binary. This adds a few flattens to the eunit tests to get around the issue.

Also, some other commit that is a minor Python 3 compatibility fix made it in here.

@broach
Copy link
Contributor

broach commented Dec 21, 2012

+1 - tests pass as expected

seancribbs added a commit that referenced this pull request Dec 21, 2012
Fix bug with protobuffs encoding tests
@seancribbs seancribbs merged commit e9d8c36 into master Dec 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants