summaryrefslogtreecommitdiff
path: root/tests/unit_tests/java_sum.dia.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_tests/java_sum.dia.ref')
-rw-r--r--tests/unit_tests/java_sum.dia.ref5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit_tests/java_sum.dia.ref b/tests/unit_tests/java_sum.dia.ref
new file mode 100644
index 0000000..fac83d2
--- /dev/null
+++ b/tests/unit_tests/java_sum.dia.ref
@@ -0,0 +1,5 @@
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+//=================================
+jimport org.scilab.contrib.toolboxskeleton.Sum;
+assert_checkequal(Sum.sum(7.0, 5.0), 12.0);
+//=================================