Codebase list ruby-fxruby / ab38a889-2f90-4f3b-b9b1-656bf6d05522/upstream test / TC_FXXPMImage.rb
ab38a889-2f90-4f3b-b9b1-656bf6d05522/upstream

Tree @ab38a889-2f90-4f3b-b9b1-656bf6d05522/upstream (Download .tar.gz)

TC_FXXPMImage.rb @ab38a889-2f90-4f3b-b9b1-656bf6d05522/upstreamraw · history · blame

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

class TC_FXXPMImage < Fox::TestCase
  include Fox

  def setup
    super(self.class.name)
  end

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