Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

add test code for multibyte string#985

Merged
dirk-thomas merged 2 commits intokinetic-develfrom
pr530
Feb 14, 2017
Merged

add test code for multibyte string#985
dirk-thomas merged 2 commits intokinetic-develfrom
pr530

Conversation

@dirk-thomas
Copy link
Copy Markdown
Member

Replaces #530 and target kinetic-devel branch.

resp_req_naked = self._test_req_naked(name, Cls, (String('ロボット'), Val('机器人'),))
resp_req_kwds = self._test_req_kwds(name, Cls, {'str': String('ロボット'), 'str2': Val('机器人')})
for resp in [resp_req, resp_req_naked, resp_req_kwds]:
self.assertEquals('ロボット机器人', resp.str.data)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment on the other PR.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I addresses it in 6caef9b. Waiting for CI.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants