summaryrefslogtreecommitdiffstats
path: root/tests/stringObj.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-13 21:00:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-13 21:00:28 (GMT)
commit261bde3156d50771907d0e386439fd241874b9eb (patch)
tree9de88c6c9cb22c4cd7db19f5995f880ba4906d7f /tests/stringObj.test
parent4b48c76e1c40761ebe4173552178854265fb50c6 (diff)
parentbce65c12f657a40e26fc4b42de6047d98ee7e012 (diff)
downloadtcl-261bde3156d50771907d0e386439fd241874b9eb.zip
tcl-261bde3156d50771907d0e386439fd241874b9eb.tar.gz
tcl-261bde3156d50771907d0e386439fd241874b9eb.tar.bz2
Eliminate dependency in test-suite on Unicode functions. Merge tip-548. Fix build with -DTCL_NO_DEPRECATED
Diffstat (limited to 'tests/stringObj.test')
-rw-r--r--tests/stringObj.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stringObj.test b/tests/stringObj.test
index 769486a..cc9d123 100644
--- a/tests/stringObj.test
+++ b/tests/stringObj.test
@@ -439,9 +439,9 @@ test stringObj-13.8 {Tcl_GetCharLength with identity nulls} {testobj testbytestr
test stringObj-14.1 {Tcl_SetObjLength on pure unicode object} testobj {
teststringobj set 1 foo
- teststringobj getunicode 1
+ teststringobj maxchars 1
teststringobj append 1 bar -1
- teststringobj getunicode 1
+ teststringobj maxchars 1
teststringobj append 1 bar -1
teststringobj setlength 1 0
teststringobj append 1 bar -1