| Thread Previous • Date Previous • Date Next • Thread Next |
Public bug reported:
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)
** Affects: sikuli
Importance: Undecided
Status: New
--
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:
New
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)
| Thread Previous • Date Previous • Date Next • Thread Next |