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

Unit Tests do not recognize utf8 characters #27

Open
RayZopf opened this issue Feb 26, 2016 · 1 comment
Open

Unit Tests do not recognize utf8 characters #27

RayZopf opened this issue Feb 26, 2016 · 1 comment
Labels

Comments

@RayZopf
Copy link

RayZopf commented Feb 26, 2016

https://code.google.com/archive/p/lslforge/issues/12
Posted on Mar 12, 2012 by Happy Camel
What steps will reproduce the problem? 1. Make a llDialog() call with utf8 character: e.g. llDialog("whateverUserKey","▶",[],100); 2. Run test on NORMAL, with the following expected call: call:llDialog - avatar (key): "whateverUserKey" - message (string) : "▶" - buttons (list) : [] - chat_channel (integer): 100

What is the expected output? What do you see instead? Test should PASS. Instead, Test FAILS, "unexpected call: llDialog("whateverUserKey","%B6",[],100);

What version of the product are you using? On what operating system? Eclipse SDKJ 3.7.2.M20120208-800 LSL Forge 0.1.1 lslforge_part_win_32_x86 0.1.1

OS: Windows Vista Professional 64-bit

Please provide any additional information below.

Test also fails if "%B6" (instead of "▶") is used in the expected call string for the test.

@RayZopf
Copy link
Author

RayZopf commented Feb 26, 2016

is this connected to https://code.google.com/archive/p/lslforge/issues/18
which got fixed with RayZopf@7ae61d9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants