summaryrefslogtreecommitdiffstats
path: root/tests/winDde.test
Commit message (Collapse)AuthorAgeFilesLines
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232kennykb2005-05-101-1/+1
| | | FossilOrigin-Name: 1cc2336920c70c6b9f7825b88dec87fc223f2c4e
* * tests/winDde.test: Fixed broken test result.patthoyts2005-01-051-2/+2
| | | FossilOrigin-Name: c18520e28bc6cc0093a6095e31f85590f27a3b9e
* Oops! <:^)dkf2004-12-011-2/+2
| | | FossilOrigin-Name: 72a7b0b13f2a035e1afce3d2b519a62b8d50e3c2
* Fix reported problems with tests for dde error messages. Also use more tcltest2dkf2004-12-011-81/+60
| | | | | | features to reduce [catch] count... FossilOrigin-Name: 74005c41ebd162e3e221da5b508b04f4039e3de1
* * tests/registry.test: Fixed test files to load the correctdavygrvy2004-10-271-34/+29
| | | | | | | | | | | * tests/winDde.test: registry and dde packages by using the info * win/Makefile.in: from makefiles to tell tcltest where to load * win/makefile.vc: them from. This avoids grabbing the wrong package from $auto_path which might be the install point rather than the dev location. Kudos to Jennifer Hom for adding -load and -loadfile to the tcltest package. [Bug 926088] FossilOrigin-Name: b7e5a90f69c6c900214d79270635530f2c226964
* Add update to let the async events workpatthoyts2004-06-231-1/+2
| | | FossilOrigin-Name: c1ebe3aba16c160792e8639d086e7f3dfbd172d6
* * tests/winDde.test (createChildProcess): Added a 200-ms delaykennykb2004-06-231-2/+6
| | | | | | | | | (with the event loop live) when shutting down the test DDE server process, With the delay in place, nuisance failures of tests winDde-4.2, -6.5, and -6.6 appear to be much less frequent. [Bug #957449] FossilOrigin-Name: c612fd82178d090cb4d9302fd53628e6008fdb9c
* Standardize some use of test constraints onto names that are documenteddkf2004-06-231-44/+44
| | | FossilOrigin-Name: f6289216a6b8e8d361beccf3be1d2828d810f7ba
* Massive test cleanup; all tests are run, and constraints are used where ↵dkf2004-05-191-380/+242
| | | | | necessary. FossilOrigin-Name: ae1ac5736f8152bee6dd84f96e191a4a097cebb3
* * tests/reg.test: Corrected duplicate test names.dgp2003-10-061-2/+2
| | | | | | | | | | | | | | | * tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test: FossilOrigin-Name: 35fbcc69fdb4a28827ad16248442dc0ec078d9da
* * doc/dde.n: Committed TIP #135 which changes thepatthoyts2003-06-231-11/+23
| | | | | | | | * win/tclWinDde.c: -exact option to -force. Also cleaned * tests/winDde.test: a bug in the tests. * library/dde/pkgIndex.tcl: Incremented version to 1.2.5 FossilOrigin-Name: c171bd34782b5ead8ca5414de0897faa7f7b5343
* * doc/dde.n: Committed TIP #120 which provides thepatthoyts2003-06-231-10/+254
| | | | | | | | * win/tclWinDde.c: dde package for safe interpreters. * tests/winDde.test: Incremented package version to 1.2.4 * library/dde/pkgIndex.tcl: FossilOrigin-Name: 5368927822082d642b80aa6f844e74fae2735d1a
* * doc/dde.n: Updated documentation re TIP #130.patthoyts2003-05-161-70/+120
| | | | | | | * tests/winDde.test: Applied patch for [Bug 738929] by KKB and changed to new-style tests. FossilOrigin-Name: 459de2ddb14a3644a480809eace8801af5d1ab90
* * library/dde/pkgIndex.tcl: Applied TIP #130 which providespatthoyts2003-05-161-19/+140
| | | | | | | * tests/winDde.test: for unique dde server names. Added * win/tclWinDde.c: some more tests. Fixes [Bug 219293] FossilOrigin-Name: f7d8932c32bc1aaf3af47d672c6e63d1964ba590
* * win/tclWinDde.c: Make dde services conform the the documentationpatthoyts2003-03-221-5/+12
| | | | | | | | | | | such that giving only a topic name really returns all services with that topic. [Bug 219155] Prevent hangup caused by dde server applications failing to process messages [Bug 707822] * tests/winDde.test: Corrected labels and added a test for search by topic name. FossilOrigin-Name: 48db7691be17d1a1706b2b4b2a49a072647eb073
* * tests/winDde.test:hobbs2003-01-161-1/+5
| | | | | | | | * win/tclWinDde.c (Tcl_DdeObjCmd): Prevent crash when empty service name is passed to 'dde eval' and goto errorNoResult in request and poke error cases to free up any allocated data. FossilOrigin-Name: 5cc2be8bc8e356e572f8dacb9a7644b7bf805176
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-101-6/+6
| | | | | | in the test suite. FossilOrigin-Name: b0f3dfed629f8e4c506365bc62ba4dd7900a03c6
* * doc/dde.n: fixed dde man page (which was totally incorrect).hobbs2001-08-221-15/+17
| | | | | | | | | * tests/winDde.test: * win/tclWinDde.c (Tcl_DdeObjCmd): added -binary option to dde request command to allow for returning binary data. [Bug #227482] Updated dde to 1.2 FossilOrigin-Name: 679f1843c3652d2ddb53b04ecc3a9a6ff8588f3a
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files were impacted. * doc/Access.3: * doc/FileSystem.3: * doc/OpenFileChnl.3: * doc/file.n: * doc/glob.n: * generic/tcl.decls: * generic/tcl.h: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDate.c: * generic/tclDecls.h: * generic/tclEncoding.c: * generic/tclFCmd.c: * generic/tclFileName.c: * generic/tclGetDate.y: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclIOUtil.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclLoad.c: * generic/tclStubInit.c: * generic/tclTest.c: * generic/tclUtil.c: * library/init.tcl: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacInit.c: * mac/tclMacPort.h: * mac/tclMacResource.c: * mac/tclMacTime.c: * tests/cmdAH.test: * tests/event.test: * tests/fCmd.test: * tests/fileName.test: * tests/io.test: * tests/ioCmd.test: * tests/proc-old.test: * tests/registry.test: * tests/unixFCmd.test: * tests/winDde.test: * tests/winFCmd.test: * unix/mkLinks: * unix/tclUnixFCmd.c: * unix/tclUnixFile.c: * unix/tclUnixInit.c: * unix/tclUnixPipe.c: * win/tclWinFCmd.c: * win/tclWinFile.c: * win/tclWinInit.c: * win/tclWinPipe.c FossilOrigin-Name: 9461aca54800a289624dfe39d333e41e20168ac3
* Fixes tests when spaces exist in install pathnames.dkf2001-01-121-2/+2
| | | | | | (Applies patch #103174 which fixes bug #119406.) FossilOrigin-Name: fb4c5a7c4aedabdc61cd8844d39865d1debf6130
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. FossilOrigin-Name: c2f93a113cfcb17a21da67cc20f54ab3f1b9fa3c
* Modified the last three tests to run with pcOnly constraint.jenn1999-06-291-4/+4
| | | FossilOrigin-Name: fca81e7512e115333b3ad9c9584b4757f965760c
* Applied patch from Peter Hardie (with modifications) to fixredman1999-06-281-1/+16
| | | | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note. FossilOrigin-Name: 4fe945f8856dd33e3452d3873bdb9dcefb3ec8dd
* Fixed test suite to call $tcltest::tcltest instead of $::tcltestredman1999-06-281-2/+2
| | | | | | (for the name of the executable). FossilOrigin-Name: b76cf62cdc73e476459b8c932dc6cbeb4b42bc5b
* Fixed style problems in many of the test files.rjohnson1999-06-261-2/+2
| | | | | | Fixed bug in pkg.test where defs.tcl was still being used. FossilOrigin-Name: dbfd75f43f496269e869e2fbd58f86e25bdcef4c
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
| | | FossilOrigin-Name: fdb0602e41e62bf526806c165dbf3f33a718fd37
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+152
FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9