summaryrefslogtreecommitdiffstats
path: root/tests/winDde.test
Commit message (Collapse)AuthorAgeFilesLines
* Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-311-2/+2
|
* merge trunkfrq_3527238jan.nijtmans2012-09-191-2/+2
|\ | | | | <p>change dde version to 1.4.0b2
* \ merge trunkjan.nijtmans2012-08-081-0/+21
|\ \ | |/
| * add 3 testcases for "dde poke", only active with --enable-symbolsjan.nijtmans2012-08-071-0/+21
| | | | | | (we need a "dde poke" server for that, which is now built into tcldde14g.dll, but not in tcldde14.dll)
| * Reference to correct Bug #number. jan.nijtmans2012-08-061-4/+4
| |\ | | | | | | Fix warning in winDde.c, and more test-cases using Unicode characters
* | \ merge trunkjan.nijtmans2012-08-021-31/+30
|\ \ \ | |/ /
| * | Fix Bug #3545367: DDE test failuresjan.nijtmans2012-08-021-15/+15
| | | | | | | | | | | | It turns out that "dde poke" had the same bug, unfortunately we cannot make a test-case for that. Also modified more test-cases to use unicode variable names, so we can more reliably detect this
| * | Less strictness about exactly which dll versions are testedjan.nijtmans2012-07-301-3/+3
| | |
| * | Add checks whether we are testing the right dll'sjan.nijtmans2012-07-301-1/+4
| | |
| * | [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-281-12/+8
| |\ \ |/ / / | | _
| * Bug [3549770]: Multiple test failures running tcltest outside build treejan.nijtmans2012-07-281-12/+5
| |
| * [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-281-9/+10
| |
* | Revise the "null data" check: null strings are possible, but empty binary ↵jan.nijtmans2012-06-081-120/+130
| | | | | | | | arrays are not
* | fix handling of closing '\0' for -binary datatip_106_impljan.nijtmans2012-05-111-1/+1
| | | | | | update dde version to 1.4.0
* | another bug: [dde eval -async -binary] didn't workjan.nijtmans2012-05-081-2/+2
| |
* | fix test-cases winDde 5.1 and 5.3jan.nijtmans2012-05-081-2/+2
| |
* | add some testsdkf2012-05-031-0/+14
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * tests/winDde.test: Added some waits to the dde server script topatthoyts2005-06-211-32/+40
| | | | | | | | | | | | | | | | | | let event processing run after we create the dde server and before we exit the server process. This avoids 'server did not respond' errors.
| | * Fixed dde -async test.patthoyts2004-06-151-1/+2
| | |
* | | Clean up of tests and conversion to tcltest 2. Target has been to get init anddkf2011-01-011-4/+4
|/ / | | | | | | cleanup code out of the test body and into the -setup/-cleanup stanzas.
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | * tests/winDde.test: Fixed broken test result.patthoyts2005-01-051-2/+2
| |
* | Oops! <:^)dkf2004-12-011-2/+2
| |
* | Fix reported problems with tests for dde error messages. Also use more tcltest2dkf2004-12-011-81/+60
| | | | | | | | features to reduce [catch] count...
* | * 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]
* | Add update to let the async events workpatthoyts2004-06-231-1/+2
| |
* | * tests/winDde.test (createChildProcess): Added a 200-ms delayKevin B Kenny2004-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]
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-44/+44
| |
* | Massive test cleanup; all tests are run, and constraints are used where ↵dkf2004-05-191-380/+242
| | | | | | | | necessary.
* | * 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:
* | * 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
* | * 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:
* | * 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.
* | * 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]
* | * 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.
* * 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.
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-101-6/+6
| | | | in the test suite.
* * 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
* 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
* Fixes tests when spaces exist in install pathnames.dkf2001-01-121-2/+2
| | | | (Applies patch #103174 which fixes bug #119406.)
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* Modified the last three tests to run with pcOnly constraint.jenn1999-06-291-4/+4
|
* 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.
* Fixed test suite to call $tcltest::tcltest instead of $::tcltestredman1999-06-281-2/+2
| | | | (for the name of the executable).
* 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.
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+152