mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(utils.spec.qml): little fixes
This commit is contained in:
parent
feb6b25b1d
commit
19849742f0
2 changed files with 4 additions and 2 deletions
|
|
@ -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 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue