sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01911
[Bug 741027] Re: results of sikuli script in unit testing mode depends on the working directory
This was caused by a script in invalid format.
Running a normal sikuli script in the unit test mode would cause the bundle path to be null. This should be reported as a new bug.
** Changed in: sikuli
Status: New => Invalid
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/741027
Title:
results of sikuli script in unit testing mode depends on the working
directory
Status in Sikuli:
Invalid
Bug description:
if I launch one test from my home directory
$ sikuli-ide.sh -t /path/to/sikuli/test/dir/test.sikuli/
it fails:
[info] Sikuli vision engine loaded.
[info] VDictProxy loaded.
[info] Text Recognizer inited.
[error] null
and if I launch the same test from the test directory,
$ sikuli-ide.sh -t ../test.sikuli/
it works
[info] Sikuli vision engine loaded.
[info] VDictProxy loaded.
[log] CLICK on (292,11)
Time: 0
OK (0 tests)
References