1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +08:00
pyotherside/tests/test_callback_errors/test_callback_errors.txt
Thomas Perl 4028d4f3b8 QML API 1.2: Handle JS exceptions in callbacks from Python
Also improve error message in pyotherside.send() callback handler
to include filename and line number.
2014-02-12 23:02:57 +01:00

6 lines
290 B
Plaintext

Expecting ReferenceError for "invalid" on import
Got error: test_callback_errors.qml:23: ReferenceError: invalid is not defined
Expecting TypeError for "lock" property
Got error: test_callback_errors.qml:29: TypeError: Property 'lock' of object [object Object] is not a function
Tests done