Codebase list ruby-fxruby / 93835c4b-938d-4114-ab21-d39bd60bacb4/upstream test / TC_FXXPMImage.rb
93835c4b-938d-4114-ab21-d39bd60bacb4/upstream

Tree @93835c4b-938d-4114-ab21-d39bd60bacb4/upstream (Download .tar.gz)

TC_FXXPMImage.rb @93835c4b-938d-4114-ab21-d39bd60bacb4/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