← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

 

Question #188751 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/188751

    Status: Answered => Open

matt is still having a problem:
Hey RaiMan,

I have tried set to false within the unit test run mode. I still get the testB(org.python.proxies.__main__&check2$5) issue.
I have also tried to capture the images mulitple times with no luck. Captured them, then saved the file.

Fresh track trace below:


Traceback (most recent call last):
  File "<string>", line 12, in runTest
  File "<string>", line 21, in testB
AssertionError
	at org.python.core.PyException.fillInStackTrace(PyException.java:70)
	at java.lang.Throwable.<init>(Throwable.java:181)
	at java.lang.Exception.<init>(Unknown Source)
	at java.lang.RuntimeException.<init>(Unknown Source)
	at org.python.core.PyException.<init>(PyException.java:46)
	at org.python.core.PyException.doRaise(PyException.java:200)
	at org.python.core.Py.makeException(Py.java:1225)
	at org.python.core.Py.makeException(Py.java:1229)
	at org.python.pycode._pyx98.testB$7(<string>:21)
	at org.python.pycode._pyx98.call_function(<string>)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:134)
	at org.python.core.PyFunction.__call__(PyFunction.java:317)
	at org.python.core.PyMethod.__call__(PyMethod.java:109)
	at org.python.pycode._pyx98.runTest$3(<string>:12)
	at org.python.pycode._pyx98.call_function(<string>)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:301)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:194)
	at org.python.core.PyFunction.__call__(PyFunction.java:387)
	at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:220)
	at org.python.core.PyMethod.__call__(PyMethod.java:211)
	at org.python.core.PyMethod.__call__(PyMethod.java:201)
	at org.python.core.PyMethod.__call__(PyMethod.java:196)
	at org.python.core.PyObject._jcallexc(PyObject.java:3502)
	at org.python.proxies.__main__$check2$5.runTest(Unknown Source)
	at org.sikuli.ide.sikuli_test.UnitTestRunner$9.run(UnitTestRunner.java:409)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.