home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!princeton!att!cbnewsk!hotsand!ellson
- From: ellson@hotsand.att.com (John Ellson)
- Newsgroups: comp.lang.tcl
- Subject: tclX6.5c - wishx fails tk3.0/tests
- Message-ID: <1992Dec22.231444.20428@cbnewsk.cb.att.com>
- Date: 22 Dec 92 23:14:44 GMT
- Sender: news@cbnewsk.cb.att.com (NetNews Administrator)
- Reply-To: ellson@hotsand.att.com
- Distribution: na
- Organization: AT&T
- Lines: 280
- Nntp-Posting-Host: hotsand.cnet.att.com
-
- See attached script. Perhaps this is related to the problems that
- George Howlett is experiencing with the option test?
-
- John Ellson
- ATT Bell Labs
-
- ----------
- Script started on Tue Dec 22 15:59:30 1992
- homebrew:/usr/add-on/local/ulib/tclsrc.6.5/tclX6.5c> runwishx
- wish: cd ../tk3.0/tests
- wish: source all
- btree.test
- option.test
-
-
- ==== option-2.1 basic option retrieval
- ==== Contents of test case:
- option get .op1 x Color1
- ==== Result was:
- yellow
- ---- Result should have been:
- green
- ---- option-2.1 FAILED
-
-
- ==== option-2.4 basic option retrieval
- ==== Contents of test case:
- option get .op1 x Color2
- ==== Result was:
- yellow
- ---- Result should have been:
- green
- ---- option-2.4 FAILED
-
-
- ==== option-4.4 basic option retrieval
- ==== Contents of test case:
- option get .op1.op3.op6 x Color2
- ==== Result was:
- blue
- ---- Result should have been:
- black
- ---- option-4.4 FAILED
-
-
- ==== option-4.5 basic option retrieval
- ==== Contents of test case:
- option get .op1.op3.op6 y Color2
- ==== Result was:
-
- ---- Result should have been:
- black
- ---- option-4.5 FAILED
-
-
- ==== option-4.6 basic option retrieval
- ==== Contents of test case:
- option get .op1.op3.op6 z Color2
- ==== Result was:
-
- ---- Result should have been:
- black
- ---- option-4.6 FAILED
-
-
- ==== option-5.2 basic option retrieval
- ==== Contents of test case:
- option get .op1.op4 y Color1
- ==== Result was:
- red
- ---- Result should have been:
- brown
- ---- option-5.2 FAILED
-
-
- ==== option-5.5 basic option retrieval
- ==== Contents of test case:
- option get .op1.op4 y Color2
- ==== Result was:
-
- ---- Result should have been:
- brown
- ---- option-5.5 FAILED
-
-
- ==== option-7.4 basic option retrieval
- ==== Contents of test case:
- option get .op2.op5 x Color2
- ==== Result was:
- blue
- ---- Result should have been:
- purple
- ---- option-7.4 FAILED
-
-
- ==== option-7.5 basic option retrieval
- ==== Contents of test case:
- option get .op2.op5 y Color2
- ==== Result was:
-
- ---- Result should have been:
- purple
- ---- option-7.5 FAILED
-
-
- ==== option-7.6 basic option retrieval
- ==== Contents of test case:
- option get .op2.op5 z Color2
- ==== Result was:
-
- ---- Result should have been:
- purple
- ---- option-7.6 FAILED
-
-
- ==== option-8.4 stack pushing/popping
- ==== Contents of test case:
- option get .op2.op5 x Color2
- ==== Result was:
- blue
- ---- Result should have been:
- purple
- ---- option-8.4 FAILED
-
-
- ==== option-8.5 stack pushing/popping
- ==== Contents of test case:
- option get .op2.op5 y Color2
- ==== Result was:
-
- ---- Result should have been:
- purple
- ---- option-8.5 FAILED
-
-
- ==== option-8.6 stack pushing/popping
- ==== Contents of test case:
- option get .op2.op5 z Color2
- ==== Result was:
-
- ---- Result should have been:
- purple
- ---- option-8.6 FAILED
-
-
- ==== option-10.4 stack pushing/popping
- ==== Contents of test case:
- option get .op1.op3.op6 x Color2
- ==== Result was:
- blue
- ---- Result should have been:
- black
- ---- option-10.4 FAILED
-
-
- ==== option-10.5 stack pushing/popping
- ==== Contents of test case:
- option get .op1.op3.op6 y Color2
- ==== Result was:
-
- ---- Result should have been:
- black
- ---- option-10.5 FAILED
-
-
- ==== option-10.6 stack pushing/popping
- ==== Contents of test case:
- option get .op1.op3.op6 z Color2
- ==== Result was:
-
- ---- Result should have been:
- black
- ---- option-10.6 FAILED
-
-
- ==== option-12.1 stack pushing/popping
- ==== Contents of test case:
- option get .op1 x Color1
- ==== Result was:
- yellow
- ---- Result should have been:
- green
- ---- option-12.1 FAILED
-
-
- ==== option-12.4 stack pushing/popping
- ==== Contents of test case:
- option get .op1 x Color2
- ==== Result was:
- yellow
- ---- Result should have been:
- green
- ---- option-12.4 FAILED
-
-
- ==== option-13.1 priority levels
- ==== Contents of test case:
- option get .op1 a A
- ==== Result was:
-
- ---- Result should have been:
- 100
- ---- option-13.1 FAILED
-
-
- ==== option-13.2 priority levels
- ==== Contents of test case:
- option get .op1 b A
- ==== Result was:
-
- ---- Result should have been:
- interactive
- ---- option-13.2 FAILED
-
-
- ==== option-13.3 priority levels
- ==== Contents of test case:
- option get .op1 b B
- ==== Result was:
-
- ---- Result should have been:
- userDefault
- ---- option-13.3 FAILED
-
-
- ==== option-13.4 priority levels
- ==== Contents of test case:
- option get .op1 c B
- ==== Result was:
-
- ---- Result should have been:
- startupFile
- ---- option-13.4 FAILED
-
-
- ==== option-13.5 priority levels
- ==== Contents of test case:
- option get .op1 c C
- ==== Result was:
-
- ---- Result should have been:
- widgetDefault
- ---- option-13.5 FAILED
-
-
- ==== option-13.7 priority levels
- ==== Contents of test case:
- option get .op1 c B
- ==== Result was:
-
- ---- Result should have been:
- startupFile
- ---- option-13.7 FAILED
-
-
- ==== option-13.8 priority levels
- ==== Contents of test case:
- option get .op1 c B
- ==== Result was:
-
- ---- Result should have been:
- file2
- ---- option-13.8 FAILED
-
-
- ==== option-15.3 database files
- ==== Contents of test case:
- option get . x2 color
- ==== Result was:
-
- ---- Result should have been:
- green
- ---- option-15.3 FAILED
- pack.test
- text.test
- wm.test
- Please resize the window with the mouse, then hit return:
- wish: ^Dhomebrew:/usr/add-on/local/ulib/tclsrc.6.5/tclX6.5c>
-
- script done on Tue Dec 22 16:00:50 1992
-