aboutsummaryrefslogtreecommitdiff
path: root/contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl')
-rw-r--r--contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl b/contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl
new file mode 100644
index 0000000..af13995
--- /dev/null
+++ b/contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl
@@ -0,0 +1,19 @@
+#
+# This test script test the commands:
+# appendArguments
+# appendTestCaseID
+#
+
+
+note "[appendTestCaseID A ID]"
+note "[appendTestCaseID [list A B C] ID]"
+note "[appendTestCaseID A ID=arg1=100]"
+note "[appendTestCaseID [list A B C] ID=arg2]"
+note "[appendTestCaseID [appendArguments A arg1] ID]"
+note "[appendArguments [appendTestCaseID B ID] arg1]"
+note "[appendTestCaseID [appendArguments [list A B C] arg1] ID]"
+note "[appendArguments [appendTestCaseID [list X Y Z] ID] arg1]"
+note "[appendTestCaseID [appendArguments [list A B C] \
+ "arg1=1 arg2 arg3=100"] ID]"
+note "[appendArguments [appendTestCaseID [list X Y Z] ID] \
+ "arg1=1 arg2 arg3=100"]"