You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/lib/kross/test/testcase.rb

16 lines
337 B

require 'test/unit'
class TestKross < Test::Unit::TestCase
def setup:
require "krosstestpluginmodule"
testpluginobject1 = Krosstestpluginmodule::get("testpluginobject1")
#Krosschalkcore::get("ChalkDocument")
#testpluginobject1.func1()
#def test_primitive
# print "---------------- 1\n"
end
end
print "3----------------\n"