aboutsummaryrefslogtreecommitdiff
path: root/contrib/bluegnu2.0.3/testsets/BlueGnu/testNaming.itcl
blob: af13995ae3aaed448645412483914ae60590716f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"]"