mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +00:00
fix failing test due to window -> wid rename
This commit is contained in:
parent
74750ca95b
commit
bcc4eba348
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ describe('Window property', function() {
|
||||||
assert.equal(ev.atom, X.atoms.WM_NAME, 'atom in notification should be same as in ChangeProperty');
|
assert.equal(ev.atom, X.atoms.WM_NAME, 'atom in notification should be same as in ChangeProperty');
|
||||||
// TODO: replace 0 with X.PropertyNewValue
|
// TODO: replace 0 with X.PropertyNewValue
|
||||||
assert.equal(ev.state, 0, 'atom in notification should be same as in ChangeProperty');
|
assert.equal(ev.state, 0, 'atom in notification should be same as in ChangeProperty');
|
||||||
assert.equal(ev.window, wid, 'window in notification should be same as in ChangeProperty');
|
assert.equal(ev.wid, wid, 'window in notification should be same as in ChangeProperty');
|
||||||
done();
|
done();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue