Code review comment for lp:~paulliu/unity/phablet_add-qmluitest1

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

60 + compare(indicatorMenuWindow.headingText, indicatorMenuWindow.name, "IndicatorMenuWindow name != headingText")
61 + compare(indicatorMenuWindow.contentHeight, testIndicatorMenuWindowItem.height, "IndicatorMenuWindow contentHeight != height")

Please avoid such long lines. Avoid having anything longer than 90 chars. Long lines makes having split windows (side-by-side code windows) a pain.

« Back to merge proposal