Make test more robust.

This commit is contained in:
Hisham Muhammad 2015-04-08 19:07:41 -03:00
parent 86d5750451
commit fde3457235
1 changed files with 2 additions and 2 deletions

View File

@ -213,12 +213,12 @@ describe("htop test suite", function()
send("/")
send("busted")
local attr = rt:cellAttr(rt:rows() - 1, 30)
send("\n")
delay(0.4)
delay(0.3)
local line = find_selected_y()
local pid = (" "..tostring(unistd.getpid())):sub(-5)
assert.equal(attr, attrs.black_on_cyan)
local ourpid = check_string_at(1, line, pid)
send("\n")
send(curses.KEY_HOME)
assert.equal(check(ourpid))
end)