Skip to content

Commit

Permalink
vte3-gi test: add rewrap_on_resize test
Browse files Browse the repository at this point in the history
rewrap_on_resize has been provided since vte 0.36.
  • Loading branch information
cosmo0920 committed Oct 22, 2014
1 parent eea4dc8 commit 54c52ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vte3-gi/test/test-terminal.rb
Expand Up @@ -33,4 +33,10 @@ def test_fork_command
@terminal.fork_command(flags, nil, nil)
end
end

def test_rewrap_on_resize
omit_if_not_respond(@terminal, "rewrap_on_resize?")
@terminal.rewrap_on_resize = false
assert_false(@terminal.rewrap_on_resize?)
end
end

0 comments on commit 54c52ea

Please sign in to comment.