summaryrefslogtreecommitdiffstats
path: root/testautomation/writer/optional/includes/number/w_206_.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/optional/includes/number/w_206_.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/writer/optional/includes/number/w_206_.inc20
1 files changed, 10 insertions, 10 deletions
diff --git a/testautomation/writer/optional/includes/number/w_206_.inc b/testautomation/writer/optional/includes/number/w_206_.inc
index 9d7750628013..c007e674d329 100644..100755
--- a/testautomation/writer/optional/includes/number/w_206_.inc
+++ b/testautomation/writer/optional/includes/number/w_206_.inc
@@ -472,12 +472,12 @@ testcase tToolsNumbering7
end if
end if
Case 2
- if sClipBrd(1) <> "1.My second number" then
- Warnlog "#128041#First paragraph not '1.My second number' but: " & sClipBrd(1)
+ if sClipBrd(1) <> "1.1.My second number" then
+ Warnlog "#128041#First paragraph not '1.1.My second number' but: " & sClipBrd(1)
end if
Case 3
- if sClipBrd(2) <> "2.My third number" then
- Warnlog "#128041#First paragraph not '2.My third number' but: " & sClipBrd(2)
+ if sClipBrd(2) <> "2.2.My third number" then
+ Warnlog "#128041#First paragraph not '2.2.My third number' but: " & sClipBrd(2)
end if
end select
next i
@@ -707,16 +707,16 @@ testcase tToolsNumbering11
For i = 1 to 3
Select Case i
Case 1
- if sClipBrd(0) <> "1A new first paragraph" then
- Warnlog "First Heading not: '1A new first paragraph' but: " & sClipBrd(0)
+ if sClipBrd(0) <> "11A new first paragraph" then
+ Warnlog "First Heading not: '11A new first paragraph' but: " & sClipBrd(0)
end if
Case 2
- if sClipBrd(1) <> "2" then
- Warnlog "First paragraph not empty but: " & sClipBrd(1)
+ if sClipBrd(1) <> "22" then
+ Warnlog "First paragraph not '22' but: " & sClipBrd(1)
end if
Case 3
- if sClipBrd(2) <> "3A new third paragraph" then
- Warnlog "First paragraph not '3A new third paragraph' but: " & sClipBrd(2)
+ if sClipBrd(2) <> "33A new third paragraph" then
+ Warnlog "First paragraph not '33A new third paragraph' but: " & sClipBrd(2)
end if
end select
next i