-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[patch] fix /src/editor testsuite failure when ncurses is used #3542
Comments
|
|
|
|
|
|
|
|
|
|
|
|
This bug is due to mc_refresh mock not being called and instead a real function being called instead. It will be fixed if mocking is generally fixed in tests. |
|
Important
This issue was migrated from Trac:
and
fix /src/editor testsuite failure when ncurses is used
testsuite failed because ncurses:doupdate() called without proper init
patch against [52fd328]
compile test with GCC 5.2.0/ncurses 5.9
Signed-off-by: Andreas Mohr <and@gmx.li>
Note
Original attachments:
and
onOct 21, 2015 at 22:42 UTC
The text was updated successfully, but these errors were encountered: