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

Some of the unit tests for LocalStorage fail with "sys is not defined" #1

Open
fvaneijk opened this issue Apr 15, 2014 · 1 comment

Comments

@fvaneijk
Copy link

This is just a sample of one of the failures: Where does the sys object come from?

Test method JintEx_UnitTests.LocalStorageUnitTests.Boolean__Set_Get_Remove_Exists_Clear threw exception:
Jint.Runtime.JavaScriptException: sys is not defined
at Jint.Engine.Execute(Program program) in Engine.cs: line 317
at Jint.Engine.Execute(String source) in Engine.cs: line 301
at Jint.Ex.AsyncronousEngine.Execute(String source) in AsyncronousEngine.cs: line 147
at JintEx_UnitTests.LocalStorageUnitTests.Execute(String script) in LocalStorageUnitTests.cs: line 77
at JintEx_UnitTests.LocalStorageUnitTests.ExecuteTest(String script) in LocalStorageUnitTests.cs: line 84
at JintEx_UnitTests.LocalStorageUnitTests.Boolean__Set_Get_Remove_Exists_Clear() in LocalStorageUnitTests.cs: line 130

@fredericaltorres
Copy link
Owner

sys is one of my utility object. Sorry the unit tests are broken. In the past few days I have tested Jint.Ex on iOS and forgot to run the unit tests on Windows : ( .

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

No branches or pull requests

2 participants