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

Framework not working for RSGNode #44

Open
Fyb3roptik opened this issue Jul 12, 2024 · 1 comment
Open

Framework not working for RSGNode #44

Fyb3roptik opened this issue Jul 12, 2024 · 1 comment

Comments

@Fyb3roptik
Copy link

Setup everything as the docs described. Once I moved my test calls to after screen.Show() it now gives me this error

BRIGHTSCRIPT: ERROR: roSGScreen.CreateScene: Type mismatch converting from 'Test__VideoPlayerUI' to 'Scene': pkg:/source/testFramework/UnitTestFramework.brs(1713)
@Fyb3roptik
Copy link
Author

Also it suspends threads

Type Mismatch. Operator "<>" can't be applied to "roBoolean" and "String". (runtime error &h18) in pkg:/source/testFramework/UnitTestFramework.brs(1623)
Backtrace:
#1  Function testrunner__run(statobj As Object, testsuitenameslist As Object) As Object
   file/line: pkg:/source/testFramework/UnitTestFramework.brs(1623)
#0  Function testframework__runnodetests(params As Object) As Object
   file/line: pkg:/source/testFramework/UnitTestFramework.brs(2327)
Local Variables:
statobj          roAssociativeArray refcnt=5 count:7
testsuitenameslist roArray refcnt=4 count:1
global           Interface:ifGlobal
m                roAssociativeArray refcnt=3 count:26
alltestcount     Integer val:1 (&h1)
totalstatobj     roAssociativeArray refcnt=5 count:7
testsuiteslist   roArray refcnt=2 count:1
globalerrorslist roArray refcnt=2 count:0
testsuite        roAssociativeArray refcnt=2 count:33
testcases        roArray refcnt=3 count:1
testcount        Integer val:1 (&h1)
is_new_approach  Boolean (2.1 was roBoolean) val:false
env              roAssociativeArray refcnt=1 count:0
suitestatobj     roAssociativeArray refcnt=1 count:8
teststatobj      roAssociativeArray refcnt=1 count:5
testcase         roAssociativeArray refcnt=3 count:8
skiptest         Boolean val:false
testtimer        roTimespan refcnt=1
runresult        roBoolean refcnt=1 val:true
error            <uninitialized>
gthis            <uninitialized>
msg              <uninitialized>
filenamesstring  <uninitialized>
testsuiteobject  <uninitialized>
tmpmap           <uninitialized>
functionname     <uninitialized>
testnodes        <uninitialized>
testnodename     <uninitialized>
testnode         <uninitialized>
testsuitename    <uninitialized>
params           <uninitialized>
tmp              <uninitialized>
title            <uninitialized>

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

1 participant