-
Lyle Johnson authoredLyle Johnson authored
TC_FXXPMImage.rb 219 B
require 'fox16'
require 'test/unit'
require 'testcase'
include Fox
class TC_FXXPMImage < TestCase
def setup
super(self.class.name)
end
def test_fileExt
assert_equal("xpm", FXXPMImage.fileExt)
end
end