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
OS 9.3 Any apps using this framework will not load. Your app will be broken. As this framework was used on our current roku app, our quick solution was to just comment the two eval() lines out. Obviously this is not good for unit testing, but it's a quick way to re-submit your app and getting it running again in the short term.
The text was updated successfully, but these errors were encountered:
Thank you for noting this. The eval expression is used within the Roku unit test framework. Roku has released a new version of their unit testframework that does not use eval. Updating the unit test framework to the latest one should fix this.
Thanks. I didn't realize it was the official testing framework (I'm a newb). I replaced it with the latest and problem solved. Thanks! Looking forward to that update still!
@bbonet-entercom@jfrux as updated the unit test framework. I've left some comments on where you can find on porting all the test cases to work with the new framework. I'll push another update porting the existing test cases on the framework here soon.
OS 9.3 Any apps using this framework will not load. Your app will be broken. As this framework was used on our current roku app, our quick solution was to just comment the two eval() lines out. Obviously this is not good for unit testing, but it's a quick way to re-submit your app and getting it running again in the short term.
The text was updated successfully, but these errors were encountered: