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, 0 insertions, 19 deletions
diff --git a/contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl b/contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl
deleted file mode 100644
index af13995..0000000
--- a/contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# 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"]"