Codebase list ruby-fxruby / 0226f9a5-e70e-41a0-bd7e-8cca0b04d4e9/main test / TC_FXXPMIcon.rb
0226f9a5-e70e-41a0-bd7e-8cca0b04d4e9/main

Tree @0226f9a5-e70e-41a0-bd7e-8cca0b04d4e9/main (Download .tar.gz)

TC_FXXPMIcon.rb @0226f9a5-e70e-41a0-bd7e-8cca0b04d4e9/mainraw · history · blame

require 'fox16'
require 'test/unit'
require 'testcase'

class TC_FXXPMIcon < Fox::TestCase
  include Fox

  def setup
    super(self.class.name)
  end

  def test_fileExt
    assert_equal("xpm", FXXPMIcon.fileExt)
  end
end