Fix qqmlecmascript::enums and nonNotifyable
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 7 Jun 2013 21:21:27 +0000 (23:21 +0200)
committerLars Knoll <lars.knoll@digia.com>
Sat, 8 Jun 2013 20:40:56 +0000 (22:40 +0200)
commitb425fbbd0ae9ff00f60af222bca08096719843f4
treed304f1e09fbcbcb0a3c47c60e6ba5579368f2236
parentaeb5e8319c14721a03c3ab797c893efeb29bb162
Fix qqmlecmascript::enums and nonNotifyable

In the v8 bindings in expressionIdentifier we used to print the url with line
number and only in the base class we printed the expression itself. With
qv8bindings.cpp gone, we can do that now in the base class, as expected by the
test.

Adjusted the test also by columns.

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