summaryrefslogtreecommitdiff
path: root/src/test/resources/TestScript.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-02-27 22:25:58 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-02-27 22:25:58 +0100
commitba1d538b588dc57066213a94803584ea9016e1e7 (patch)
treeef5cb41e8eeda495c819b3afcbf92ae464991768 /src/test/resources/TestScript.xml
parentefb8494445128c827ff5182f5ef4732a73b3ea0d (diff)
Script testing and resulting fixes
Diffstat (limited to 'src/test/resources/TestScript.xml')
-rw-r--r--src/test/resources/TestScript.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/resources/TestScript.xml b/src/test/resources/TestScript.xml
new file mode 100644
index 0000000..5b85fc3
--- /dev/null
+++ b/src/test/resources/TestScript.xml
@@ -0,0 +1,7 @@
+<cristalscript>
+ <param name="test" type="java.lang.String"/>
+ <output type="java.lang.String"/>
+ <script language="javascript" name="TestScript"><![CDATA[
+ test+test;
+ ]]></script>
+</cristalscript>