Commit 19849742 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(utils.spec.qml): little fixes

parent feb6b25b
......@@ -52,6 +52,8 @@ function openWindow (window, parent, options) {
return object
}
// -------------------------------------------------------------------
// Display a simple ConfirmDialog component.
// Wrap the openWindow function.
function openConfirmDialog (parent, options) {
......
......@@ -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 ]
}
]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment