summaryrefslogtreecommitdiffstats
path: root/testautomation/writer/optional
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-08-27 14:36:29 +0000
committerRelease Engineers <releng@openoffice.org>2009-08-27 14:36:29 +0000
commita1e9a25a9a4e012e6a921f9cff9d754875ebf6c4 (patch)
tree60e1b944e98a82d203d10a3675e5a57b24eb1565 /testautomation/writer/optional
parentCWS-TOOLING: integrate CWS automationdev300m54tables (diff)
downloadcore-a1e9a25a9a4e012e6a921f9cff9d754875ebf6c4.tar.gz
core-a1e9a25a9a4e012e6a921f9cff9d754875ebf6c4.zip
CWS-TOOLING: integrate CWS sw32bf02
2009-08-25 15:52:04 +0200 hde r275366 : reactived testcases hit by issue 102752 2009-08-21 13:52:17 +0200 od r275245 : #i102921# delete files whose deletion has been forgotten in cws impress172 2009-08-21 11:20:47 +0200 od r275225 : CWS-TOOLING: rebase CWS sw32bf02 to trunk@275001 (milestone: DEV300:m55) 2009-08-20 16:21:30 +0200 od r275191 : #i92511# method <lcl_MoveAllLowerObjs(..)> - invalidation of cache for object rectangle inclusive spaces is needed. 2009-08-20 15:50:40 +0200 od r275188 : #i96726# method <SwPagePreView::DocSzChgd(..)> - trigger recalculation of page preview layout even if the count of pages is not changing 2009-08-20 12:37:32 +0200 od r275172 : #i100466# correction for showing and hiding redlines 2009-08-18 13:25:18 +0200 od r275100 : #i103817# method <XMLTextImportHelper::SetStyleAndAttrs(..) - assure that a heading applies the outline style, if no other list style is applied. 2009-08-18 13:21:38 +0200 od r275098 : #i103817# allow the outline style - list style for outline numbering - to be set directly at the paragraph 2009-08-17 14:13:02 +0200 od r275052 : #i103684# add missing documentation for new optional OutlineLevel attribute introduced in OOo 3.1 2009-08-17 14:00:25 +0200 od r275049 : #i100481# method <XMLTextFrameContext_Impl::CreateChildContext(..)># - correct condition for handling embedded documents and embedded math objects 2009-08-12 14:11:34 +0200 od r274891 : #i97379# assure that columns are not applied to fly frames, which represent graphics or embedded objects 2009-08-12 12:51:43 +0200 od r274889 : #i101870# method <SwTxtNode::_MakeNewTxtNode(..)> - perform action on different paragraph styles before applying new paragraph style 2009-08-12 12:24:44 +0200 od r274888 : #i101092# method <ViewShell::Paint(..)> - encapsulate paint of document background and document into pre and post drawing layer paint calls 2009-08-12 11:38:48 +0200 od r274886 : #i98766# minor adjustment in order to be warning free under Mac port builds 2009-08-12 11:33:54 +0200 od r274885 : #i99267# method <SwTabFrm::MakeAll()> - reset <bSplit> after forward move to assure that follows can be joined, if further space is available. 2009-08-12 11:11:49 +0200 od r274882 : #i98766# method <ViewShell::SmoothScroll(..) - disable smooth scroll for Mac port builds 2009-08-10 12:17:58 +0200 od r274801 : CWS-TOOLING: rebase CWS sw32bf02 to trunk@274622 (milestone: DEV300:m54) 2009-07-21 16:56:45 +0200 od r274206 : #i103685# method <SwTxtFormatter::NewTabPortion(..)> - adjust condition to apply automatic tab stop at left margin correctly in case that tab stops are not relative to indent 2009-07-10 11:53:53 +0200 od r273883 : #i102752 method <SwDrawContact::Modify(..)> - assure that a ShapePropertyChangeNotifier exists 2009-07-07 12:01:58 +0200 mst r273788 : #i103304# apply patch by dtardon to fix bogus conditional 2009-07-07 09:01:13 +0200 od r273767 : CWS-TOOLING: rebase CWS sw32bf02 to trunk@273468 (milestone: DEV300:m51)
Diffstat (limited to 'testautomation/writer/optional')
-rwxr-xr-xtestautomation/writer/optional/includes/fields/w_fields6.inc4
-rwxr-xr-xtestautomation/writer/optional/includes/formatpage/w_formatpage1.inc6
-rwxr-xr-xtestautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc8
-rwxr-xr-xtestautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc23
-rwxr-xr-xtestautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc21
-rwxr-xr-xtestautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc16
-rwxr-xr-xtestautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc8
-rwxr-xr-xtestautomation/writer/optional/includes/navigator/w_navigator.inc2
-rwxr-xr-xtestautomation/writer/optional/includes/textframes/w_textframes4.inc30
-rwxr-xr-xtestautomation/writer/optional/includes/textframes/w_textframes5.inc16
10 files changed, 5 insertions, 129 deletions
diff --git a/testautomation/writer/optional/includes/fields/w_fields6.inc b/testautomation/writer/optional/includes/fields/w_fields6.inc
index 378387095e4e..2375323e995c 100755
--- a/testautomation/writer/optional/includes/fields/w_fields6.inc
+++ b/testautomation/writer/optional/includes/fields/w_fields6.inc
@@ -788,10 +788,8 @@ endcase
'-----------------------------------------------------------------
testcase tFunctions_13
-Warnlog "#i102752# - tFunctions_13 outcommented due to bug."
-goto endsub
- Dim sCombineCharacter as String
+ Dim sCombineCharacter as String
Dim sTestFile as String
sCombineCharacter = "ABC"
diff --git a/testautomation/writer/optional/includes/formatpage/w_formatpage1.inc b/testautomation/writer/optional/includes/formatpage/w_formatpage1.inc
index 6b7285000c09..78071bd64bbd 100755
--- a/testautomation/writer/optional/includes/formatpage/w_formatpage1.inc
+++ b/testautomation/writer/optional/includes/formatpage/w_formatpage1.inc
@@ -591,8 +591,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tFormatPage_11
-Warnlog "#i102752# - tFormatPage_11 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sMarginsLeft as String
@@ -652,8 +650,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tFormatPage_12
-Warnlog "#i102752# - tFormatPage_12 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sMarginsLeft as String
@@ -716,8 +712,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tFormatPage_13
-Warnlog "#i102752# - tFormatPage_13 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPage1 as String
diff --git a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc
index 509543d4421b..cdd4bc0b9ef0 100755
--- a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc
+++ b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc
@@ -896,9 +896,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphIndent13
-Warnlog "#i102752# - tParagraphIndent13 outcommented due to bug."
-goto endsub
-
Dim sTestFile as String
Dim sAtLeast as String
@@ -968,8 +965,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphIndent14
-Warnlog "#i102752# - tParagraphIndent14 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sAtLeast as String
@@ -1104,9 +1099,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphIndent16
-Warnlog "#i102752# - tParagraphIndent16 outcommented due to bug."
-goto endsub
-
Dim sTestFile as String
Dim sPositionX as String
diff --git a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc
index e4c5fe79732f..a91d71c3cdd5 100755
--- a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc
+++ b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc
@@ -63,9 +63,6 @@
'\***********************************************************************
testcase tParagraphAlignment1
-Warnlog "#i102752# - tParagraphAlignment1 outcommented due to bug."
-goto endsub
-
Dim sTestFile as String
Dim sPositionX as String
@@ -114,8 +111,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphAlignment2
-Warnlog "#i102752# - tParagraphAlignment2 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionX as String
@@ -155,12 +150,10 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphAlignment3
-Warnlog "#i102752# - tParagraphAlignment3 outcommented due to bug."
-goto endsub
- Dim sTestFile as String
+ Dim sTestFile as String
- sTestFile = Convertpath (gTesttoolpath + "writer\optional\input\formatparagraph\alignmentTest.sxw")
+ sTestFile = Convertpath (gTesttoolpath + "writer\optional\input\formatparagraph\alignmentTest.sxw")
PrintLog "- Test 'Center' alignment"
'/// Test 'Center' alignment
@@ -194,8 +187,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphAlignment4
-Warnlog "#i102752# - tParagraphAlignment4 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionX1 as String
@@ -267,8 +258,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphAlignment5
-Warnlog "#i102752# - tParagraphAlignment5 outcommented due to bug."
-goto endsub
Dim sTestFile as String
@@ -308,8 +297,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphAlignment6
-Warnlog "#i102752# - tParagraphAlignment6 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionX1 as String
@@ -380,8 +367,6 @@ endcase
'--------------------------------------------------------------------------
testcase tParagraphAlignment7
-Warnlog "#i102752# - tParagraphAlignment7 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionX as String
@@ -442,8 +427,6 @@ endcase
'--------------------------------------------------------------------------
testcase tParagraphAlignment8
-Warnlog "#i102752# - tParagraphAlignment8 outcommented due to bug."
-goto endsub
Dim bAsianLanguage as Boolean
Dim sTestFile as String
@@ -515,8 +498,6 @@ endcase
'--------------------------------------------------------------------------
testcase tParagraphAlignment9
-Warnlog "#i102752# - tParagraphAlignment9 outcommented due to bug."
-goto endsub
Dim bAsianLanguage as Boolean
Dim sTestFile as String
diff --git a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc
index cf3076320429..b24e6c580a4a 100755
--- a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc
+++ b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc
@@ -63,8 +63,6 @@
'\***********************************************************************
testcase tParagraphTabs1
-Warnlog "#i102752# - tParagraphTabs1 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sTabs as String
@@ -111,8 +109,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphTabs2
-Warnlog "#i102752# - tParagraphTabs2 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sTabs as String
@@ -159,8 +155,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphTabs3
-Warnlog "#i102752# - tParagraphTabs3 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sTabs as String
@@ -207,9 +201,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphTabs4
-Warnlog "#i102752# - tParagraphTabs4 outcommented due to bug."
-goto endsub
-
Dim sTestFile as String
Dim sTabs as String
@@ -350,8 +341,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphDropCaps1
-Warnlog "#i102752# - tParagraphDropCaps1 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionX as String
@@ -404,8 +393,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphDropCaps2
-Warnlog "#i102752# - tParagraphDropCaps2 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionX as String
@@ -460,8 +447,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphDropCaps3
-Warnlog "#i102752# - tParagraphDropCaps3 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionX as String
@@ -516,8 +501,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphDropCaps4
-Warnlog "#i102752# - tParagraphDropCaps4 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionX as String
@@ -567,8 +550,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphDropCaps5
-Warnlog "#i102752# - tParagraphDropCaps5 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sSpace as String
@@ -657,8 +638,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tParagraphDropCaps7
-Warnlog "#i102752# - tParagraphDropCaps7 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sTestText as String
diff --git a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc
index 5b451ced9577..11908cb75a20 100755
--- a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc
+++ b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc
@@ -51,8 +51,6 @@
'\***********************************************************************
testcase tInsertGraphic_21
-Warnlog "#i102752# - tInsertGraphic_21 outcommented due to bug."
-goto endsub
Dim iLeft as Integer , iRight as Integer , iCenterHorizontal as Integer
Dim iTop as Integer , iBottom as Integer , iCenterVertical as Integer
@@ -152,8 +150,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_22
-Warnlog "#i102752# - tInsertGraphic_22 outcommented due to bug."
-goto endsub
Dim iLeft as Integer , iRight as Integer , iCenterHorizontal as Integer
Dim iTop as Integer , iBottom as Integer , iCenterVertical as Integer
@@ -253,8 +249,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_23
-Warnlog "#i102752# - tInsertGraphic_23 outcommented due to bug."
-goto endsub
Dim iLeft as Integer , iRight as Integer , iCenterHorizontal as Integer
Dim iTop as Integer , iBottom as Integer , iCenterVertical as Integer
@@ -354,8 +348,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_24
-Warnlog "#i102752# - tInsertGraphic_24 outcommented due to bug."
-goto endsub
Dim iTop as Integer , iBottom as Integer , iCenterVertical as Integer
@@ -416,8 +408,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_25
-Warnlog "#i102752# - tInsertGraphic_25 outcommented due to bug."
-goto endsub
Dim iLeft as Integer , iRight as Integer , iCenterHorizontal as Integer
Dim iTop as Integer , iBottom as Integer , iCenterVertical as Integer
@@ -538,8 +528,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_26
-Warnlog "#i102752# - tInsertGraphic_26 outcommented due to bug."
-goto endsub
Dim iLeft as Integer , iRight as Integer , iCenterHorizontal as Integer
Dim iTop as Integer , iBottom as Integer , iCenterVertical as Integer
@@ -660,8 +648,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_27
-Warnlog "#i102752# - tInsertGraphic_27 outcommented due to bug."
-goto endsub
Dim iLeft as Integer , iRight as Integer , iCenterHorizontal as Integer
Dim iTop as Integer , iBottom as Integer , iCenterVertical as Integer
@@ -782,8 +768,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_28
-Warnlog "#i102752# - tInsertGraphic_28 outcommented due to bug."
-goto endsub
Dim iTop as Integer , iBottom as Integer , iCenterVertical as Integer
diff --git a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc
index 7f4b7cc7486f..0a1790c1cbcb 100755
--- a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc
+++ b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc
@@ -53,8 +53,6 @@
'\***********************************************************************
testcase tInsertGraphic_31
-Warnlog "#i102752# - tInsertGraphic_31 outcommented due to bug."
-goto endsub
Dim iLeft as Integer
Dim iRight as Integer
@@ -181,8 +179,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_32
-Warnlog "#i102752# - tInsertGraphic_32 outcommented due to bug."
-goto endsub
Dim iLeft as Integer
Dim iRight as Integer
@@ -299,8 +295,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_33
-Warnlog "#i102752# - tInsertGraphic_33 outcommented due to bug."
-goto endsub
Dim iLeft as Integer
Dim iRight as Integer
@@ -427,8 +421,6 @@ endcase
'-------------------------------------------------------------------------------------------
testcase tInsertGraphic_34
-Warnlog "#i102752# - tInsertGraphic_34 outcommented due to bug."
-goto endsub
Dim iTop as Integer
Dim iBottom as Integer
diff --git a/testautomation/writer/optional/includes/navigator/w_navigator.inc b/testautomation/writer/optional/includes/navigator/w_navigator.inc
index bc82fd50e21a..21dc8ec9a369 100755
--- a/testautomation/writer/optional/includes/navigator/w_navigator.inc
+++ b/testautomation/writer/optional/includes/navigator/w_navigator.inc
@@ -217,7 +217,7 @@ endcase
' **********************************************************************
testcase tViewNavigator3
- QaErrorLog "#i94614 + i102752# - tViewNavigator3 outcommented"
+ WarnLog "#i94614# - tViewNavigator3 outcommented"
goto endsub
Dim NavigationTearOff as boolean
diff --git a/testautomation/writer/optional/includes/textframes/w_textframes4.inc b/testautomation/writer/optional/includes/textframes/w_textframes4.inc
index 4181d4cf3e1a..b179543918de 100755
--- a/testautomation/writer/optional/includes/textframes/w_textframes4.inc
+++ b/testautomation/writer/optional/includes/textframes/w_textframes4.inc
@@ -364,8 +364,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_57
-Warnlog "#i102752# - tTextframes_57 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVertical as Integer
@@ -445,8 +443,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_58
-Warnlog "#i102752# - tTextframes_58 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVertical as Integer
@@ -525,8 +521,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_59
-Warnlog "#i102752# - tTextframes_57 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionY1 as String
@@ -613,8 +607,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_60
-Warnlog "#i102752# - tTextframes_60 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim sPositionY1 as String
@@ -707,8 +699,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_61
-Warnlog "#i102752# - tTextframes_61 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVertical as Integer
@@ -787,8 +777,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_62
-Warnlog "#i102752# - tTextframes_62 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVertical as Integer
@@ -867,8 +855,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_63
-Warnlog "#i102752# - tTextframes_63 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iHorizontal as Integer
@@ -959,8 +945,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_64
-Warnlog "#i102752# - tTextframes_64 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iHorizontal as Integer
@@ -1051,10 +1035,8 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_65
-Warnlog "#i102752# - tTextframes_65 outcommented due to bug."
-goto endsub
- Dim sTestFile as String
+ Dim sTestFile as String
Dim iHorizontal as Integer
Dim sHorizontalBy as String
Dim sPositionX1 as String
@@ -1132,8 +1114,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_66
-Warnlog "#i102752# - tTextframes_66 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iHorizontal as Integer
@@ -1213,8 +1193,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_67
-Warnlog "#i102752# - tTextframes_67 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iHorizontal as Integer
@@ -1305,8 +1283,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_68
-Warnlog "#i102752# - tTextframes_68 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iHorizontal as Integer
@@ -1397,8 +1373,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_69
-Warnlog "#i102752# - tTextframes_69 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iHorizontal as Integer
@@ -1478,8 +1452,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_70
-Warnlog "#i102752# - tTextframes_70 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iHorizontal as Integer
diff --git a/testautomation/writer/optional/includes/textframes/w_textframes5.inc b/testautomation/writer/optional/includes/textframes/w_textframes5.inc
index 9ee5cb410276..349dc5032a62 100755
--- a/testautomation/writer/optional/includes/textframes/w_textframes5.inc
+++ b/testautomation/writer/optional/includes/textframes/w_textframes5.inc
@@ -113,8 +113,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_72
-Warnlog "#i102752# - tTextframes_72 outcommented due to bug."
-goto endsub
printlog "- 'Vertical to' when anchor is inside frame"
'/// 'Vertical to' when anchor is inside frame
@@ -153,8 +151,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_73
-Warnlog "#i102752# - tTextframes_73 outcommented due to bug."
-goto endsub
printlog "- 'Vertical to' when anchor is inside document body"
'/// 'Vertical to' when anchor is inside document body
@@ -370,8 +366,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_80
-Warnlog "#i102752# - tTextframes_80 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVertical as Integer
@@ -428,8 +422,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_81
-Warnlog "#i102752# - tTextframes_81 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVertical as Integer
@@ -486,8 +478,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_82
-Warnlog "#i102752# - tTextframes_82 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVertical as Integer
@@ -544,8 +534,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_83
-Warnlog "#i102752# - tTextframes_83 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVertical as Integer
@@ -612,8 +600,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_84
-Warnlog "#i102752# - tTextframes_84 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVertical as Integer
@@ -680,8 +666,6 @@ endcase
'-----------------------------------------------------------------
testcase tTextframes_85
-Warnlog "#i102752# - tTextframes_85 outcommented due to bug."
-goto endsub
Dim sTestFile as String
Dim iVerticalTop as Integer