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

6 lines
290 B
Plaintext
Raw Normal View History

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