Opened 10 years ago
Closed 10 years ago
#12841 closed Bug (fixed)
assert.isNumberInRange gives useless errors
Reported by: | Piotrek Koszuliński | Owned by: | Artur Delura |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.8 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
'test foo': function() { assert.isNumberInRange( 102, 99, 101, 'xx' ); }
gives:
tests/utils/assert/isnumberinrange - test foo xx Expected: 102 (number) Actual: undefined (undefined)
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | CKEditor 4.4.7 → CKEditor 4.4.8 |
---|---|
Status: | new → confirmed |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Owner: | set to Artur Delura |
---|---|
Status: | confirmed → review |
Changes and tests in branch:t/12841.
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed with git:08bae02.
On IE10 I had different result but similar.