blob: 71354ea2e1265ca0ab8eeb32e261ac5b2cdbc9cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require 'test/unit'
class TestKross < Test::Unit::TestCase
def setup:
require "krosstestpluginmodule"
testpluginobject1 = Krosstestpluginmodule::get("testpluginobject1")
#Krosskritacore::get("KritaDocument")
#testpluginobject1.func1()
#def test_primitive
# print "---------------- 1\n"
end
end
print "3----------------\n"
|