Bug 102231
Summary: | [Qt] Fix tst_QObjectBridge::connectAndDisconnect() API test | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abrhm, ossy |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 38654 |
Csaba Osztrogonác
FAIL! : tst_QObjectBridge::connectAndDisconnect() Compared values are not the same
Actual (ret): TypeError: 'undefined' is not a function (evaluating '(function() { }).connect()')
Expected (QLatin1String("TypeError: 'undefined' is not a function")): TypeError: 'undefined' is not a function
Loc: [/home/oszi/WebKit/Source/WebKit/qt/tests/qobjectbridge/tst_qobjectbridge.cpp(1575)]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gábor Ábrahám
I think this bug should be closed now, because as I see, it works fine after r141107.
Could you check it please and close if you agree with me?
Csaba Osztrogonác
It seems r141107 fixed exactly this bug.
*** This bug has been marked as a duplicate of bug 107827 ***