You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 : ( .
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
The text was updated successfully, but these errors were encountered: