summaryrefslogtreecommitdiffstats
path: root/tests/stringObj.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stringObj.test')
-rw-r--r--tests/stringObj.test20
1 files changed, 2 insertions, 18 deletions
diff --git a/tests/stringObj.test b/tests/stringObj.test
index a78b5f8..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
@@ -464,22 +464,6 @@ test stringObj-15.4 {Tcl_Append*ToObj: self appends} testobj {
teststringobj set 1 foo
teststringobj appendself 1 3
} foo
-test stringObj-15.5 {Tcl_Append*ToObj: self appends} testobj {
- teststringobj set 1 foo
- teststringobj appendself2 1 0
-} foofoo
-test stringObj-15.6 {Tcl_Append*ToObj: self appends} testobj {
- teststringobj set 1 foo
- teststringobj appendself2 1 1
-} foooo
-test stringObj-15.7 {Tcl_Append*ToObj: self appends} testobj {
- teststringobj set 1 foo
- teststringobj appendself2 1 2
-} fooo
-test stringObj-15.8 {Tcl_Append*ToObj: self appends} testobj {
- teststringobj set 1 foo
- teststringobj appendself2 1 3
-} foo
if {[testConstraint testobj]} {
testobj freeallvars