Sha256: e454f0cf81e498f7acc95d6c3a16b845c0183d849817a8b830065d5eb78e4a9b

Contents?: true

Size: 226 Bytes

Versions: 104

Compression:

Stored size: 226 Bytes

Contents

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

Version data entries

104 entries across 104 versions & 2 rubygems

Version Path
fxruby-1.6.37-x86-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.37.rc1 test/TC_FXXPMImage.rb
fxruby-1.6.37.rc1-x64-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.37.rc1-x86-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.36 test/TC_FXXPMImage.rb
fxruby-1.6.36-x64-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.36-x86-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.35-x86-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.35-x64-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.35 test/TC_FXXPMImage.rb
fxruby-1.6.34-x86-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.34-x64-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.34 test/TC_FXXPMImage.rb
fxruby-1.6.33-x86-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.33-x64-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.33 test/TC_FXXPMImage.rb
fxruby-1.6.32-x86-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.32-x64-mingw32 test/TC_FXXPMImage.rb
fxruby-1.6.32 test/TC_FXXPMImage.rb
fxruby-1.6.32.pre2-x64-mingw32 test/TC_FXXPMImage.rb