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) { ...@@ -52,6 +52,8 @@ function openWindow (window, parent, options) {
return object return object
} }
// -------------------------------------------------------------------
// Display a simple ConfirmDialog component. // Display a simple ConfirmDialog component.
// Wrap the openWindow function. // Wrap the openWindow function.
function openConfirmDialog (parent, options) { function openConfirmDialog (parent, options) {
......
...@@ -127,8 +127,8 @@ TestCase { ...@@ -127,8 +127,8 @@ TestCase {
}, },
{ {
cb: function (n) { return n % 2 }, cb: function (n) { return n % 2 },
n: 10, n: 6,
output: [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ] 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