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/testscripting.rc

34 lines
866 B

<KrossScripting>
<ScriptAction
name="sa1name"
text="ScriptAction1Text"
description="Some describing text"
interpreter="python"
icon="application-x-executable">
print "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
print "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
</ScriptAction>
<ScriptAction
name="testcase"
text="TestCase"
description="Test some common functionality."
interpreter="python"
file="testcase.py" />
<ScriptAction
name="testgui"
text="TestGUI"
description="Test the GUI functionality."
interpreter="python"
file="testgui.py" />
<ScriptAction
name="testkexidb"
text="TestKexiDB"
description="Test the kexidb binding."
interpreter="python"
file="testkexidb.py" />
</KrossScripting>