summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-04-07 19:56:44 (GMT)
committerfvogel <fvogel@noemail.net>2016-04-07 19:56:44 (GMT)
commita06af6ebacaba6c4c6ea7c545c37aea65884619e (patch)
tree9e5952fd9c680d8c30873efb21e69f29609595dc
parent4ac7ad505a915cb4dd039306caea59696edc4daf (diff)
parent90bba7eaacfc8a0c09f48dd4c388f2eec2baec16 (diff)
downloadtk-a06af6ebacaba6c4c6ea7c545c37aea65884619e.zip
tk-a06af6ebacaba6c4c6ea7c545c37aea65884619e.tar.gz
tk-a06af6ebacaba6c4c6ea7c545c37aea65884619e.tar.bz2
Fixed tests numbering
FossilOrigin-Name: b80e1a89ab4015f347969664263c79f015a20069
-rw-r--r--tests/text.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/text.test b/tests/text.test
index 10fb75f..0275ee8 100644
--- a/tests/text.test
+++ b/tests/text.test
@@ -6367,7 +6367,7 @@ test text-27.18 {patch 1469210 - inserting after undo} -setup {
} -cleanup {
destroy .t
} -result 1
-test text-25.19 {patch 1669632 (i) - undo after <Control-1>} -setup {
+test text-27.19 {patch 1669632 (i) - undo after <Control-1>} -setup {
destroy .t
} -body {
text .t -undo 1
@@ -6381,7 +6381,7 @@ test text-25.19 {patch 1669632 (i) - undo after <Control-1>} -setup {
} -cleanup {
destroy .t
} -result WORLD
-test text-25.20 {patch 1669632 (iv) - undo after <<SelectNone>>} -setup {
+test text-27.20 {patch 1669632 (iv) - undo after <<SelectNone>>} -setup {
destroy .top .top.t
} -body {
toplevel .top
@@ -6400,7 +6400,7 @@ test text-25.20 {patch 1669632 (iv) - undo after <<SelectNone>>} -setup {
} -cleanup {
destroy .top.t .top
} -result HELLO
-test text-25.21 {patch 1669632 (vii) - <<Undo>> shall not remove separators} -setup {
+test text-27.21 {patch 1669632 (vii) - <<Undo>> shall not remove separators} -setup {
destroy .t
} -body {
text .t -undo 1
@@ -6416,7 +6416,7 @@ test text-25.21 {patch 1669632 (vii) - <<Undo>> shall not remove separators} -se
} -cleanup {
destroy .t
} -result "This WORLD is an example text"
-test text-25.22 {patch 1669632 (v) - <<Clear>> is atomic} -setup {
+test text-27.22 {patch 1669632 (v) - <<Clear>> is atomic} -setup {
destroy .t
} -body {
toplevel .top
@@ -6436,7 +6436,7 @@ test text-25.22 {patch 1669632 (v) - <<Clear>> is atomic} -setup {
} -cleanup {
destroy .top.t .top
} -result "This A an example text"
- test text-25.23 {patch 1669632 (v) - <<Cut>> is atomic} -setup {
+ test text-27.23 {patch 1669632 (v) - <<Cut>> is atomic} -setup {
destroy .t
} -body {
toplevel .top