ソースを参照

* Add test for import/export of area

tags/v0.99.beta17
Pascal Terjan pterjan 15年前
コミット
f15ac0c5be
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      ruby/t/tc_canvas.rb

+ 2
- 0
ruby/t/tc_canvas.rb ファイルの表示

@@ -28,6 +28,8 @@ class TC_Canvas < Test::Unit::TestCase
def test_import
@c.import_from_memory("foo", "")
assert_equal("foo\r\n", @c.export_to_memory("irc"), "Import/Export failed")
@c.import_area_from_memory(0, 0, "p", "")
assert_equal("poo\r\n", @c.export_area_to_memory(0, 0, 3, 1, "irc"), "Import/Export of area failed")
end
def test_cursor
@c.gotoxy(1,1)


読み込み中…
キャンセル
保存