Fix tst_qqmlecmascript::functionAssignmentfromJS_invalid
authorSimon Hausmann <simon.hausmann@digia.com>
Tue, 18 Jun 2013 12:15:19 +0000 (14:15 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Tue, 18 Jun 2013 14:55:25 +0000 (16:55 +0200)
commitd79234ed1874e7bc6a680e772d9f9c313a8097de
treebc2afba0d02b2aafe4ebf6d6fce36c339a937f0b
parentb0cf10cf2d2b347cb68c02edb73629dbfc9b500c
Fix tst_qqmlecmascript::functionAssignmentfromJS_invalid

Remove the column number from the expected output, as we generate those
QQmlBinding objects from within a v4 callback and produce the line number
and column number from the stack trace of the engine, which currently
doesn't produce column numbers.

Change-Id: I9840f0ab571d4261570dd079436aaa9f81e27abf
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp