fix(utils.spec.qml): little fixes

This commit is contained in:
Ronan Abhamon 2016-10-20 16:05:37 +02:00
parent feb6b25b1d
commit 19849742f0
2 changed files with 4 additions and 2 deletions

View file

@ -52,6 +52,8 @@ function openWindow (window, parent, options) {
return object
}
// -------------------------------------------------------------------
// Display a simple ConfirmDialog component.
// Wrap the openWindow function.
function openConfirmDialog (parent, options) {

View file

@ -127,8 +127,8 @@ TestCase {
},
{
cb: function (n) { return n % 2 },
n: 10,
output: [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
n: 6,
output: [ 0, 1, 0, 1, 0, 1 ]
}
]
}