Sha256: b953137076eaece74760022efb81959a167580893a1396a8decf5d788a57f713

Contents?: true

Size: 226 Bytes

Versions: 30

Compression:

Stored size: 226 Bytes

Contents

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

class TC_FXBMPImage < Fox::TestCase
  include Fox

  def setup
    super(self.class.name)
  end

  def test_fileExt
    assert_equal("bmp", FXBMPImage.fileExt)
  end
end

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
fxruby-1.6.28-x86-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.28-x64-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.28 test/TC_FXBMPImage.rb
fxruby-1.6.27-x86-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.27-x64-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.27 test/TC_FXBMPImage.rb
fxruby-1.6.26-x86-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.26 test/TC_FXBMPImage.rb
fxruby-1.6.26.pre1-x86-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.26.pre1 test/TC_FXBMPImage.rb
fxruby-1.6.25-x86-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.25 test/TC_FXBMPImage.rb
fxruby-1.6.25.pre2-x86-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.25.pre2 test/TC_FXBMPImage.rb
fxruby-1.6.25.pre1-x86-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.25.pre1 test/TC_FXBMPImage.rb
fxruby-1.6.24-x86-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.24 test/TC_FXBMPImage.rb
fxruby-1.6.23-x86-mingw32 test/TC_FXBMPImage.rb
fxruby-1.6.23 test/TC_FXBMPImage.rb