Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
require 'fox16' require 'test/unit' require 'testcase' include Fox class TC_FXXBMIcon < TestCase def setup super(self.class.name) end def test_fileExt assert_equal("xbm", FXXBMIcon.fileExt) end end