Closed
Bug 822173
Opened 12 years ago
Closed 12 years ago
bunch of editable tests is never invoked
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
12.35 KB,
patch
|
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
we do something like et.setTextContents("hello") which relies on old value which equals to a current value always (not a value from preceding test).
That makes et.setTextContents("") to register empty invoker (no text is inserted, current value is empty).
Attachment #692848 -
Flags: review?(marco.zehe)
Assignee | ||
Comment 1•12 years ago
|
||
previous one was from different bug
Assignee: nobody → surkov.alexander
Attachment #692848 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #692848 -
Flags: review?(marco.zehe)
Attachment #692849 -
Flags: review?(marco.zehe)
Assignee | ||
Comment 2•12 years ago
|
||
fix test2
Attachment #692849 -
Attachment is obsolete: true
Attachment #692849 -
Flags: review?(marco.zehe)
Attachment #692851 -
Flags: review?(marco.zehe)
Comment 3•12 years ago
|
||
Comment on attachment 692851 [details] [diff] [review]
patch3
r=me. Thanks for finding and fixing these!
Attachment #692851 -
Flags: review?(marco.zehe) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•