Files
libreoffice/sc/source/ui/vba/testvba/TestDocuments/logs/win/Shapes.log
Oliver Bolte 90e0834d56 CWS-TOOLING: integrate CWS npower11
2009-01-21 11:00:00 +0100 npower  r266639 : replace ScAddress::CONV_XL_R1C1 with
formula::FormulaGrammar::CONV_XL_R1C1 
2009-01-21 10:58:33 +0100 npower  r266638 : fixup access for changes to compiler.[ch]xx
2009-01-21 10:57:46 +0100 npower  r266637 : replace the static with non-static  member ( to align with the latest
m39 ) changes
2009-01-20 11:53:52 +0100 npower  r266562 : CWS-TOOLING: rebase CWS npower11 to trunk@266428 (milestone: DEV300:m39)
2009-01-09 23:31:00 +0100 cloph  r266122 : fix typo (missing "="), initialize variables to avoid WaE breakage
2009-01-09 11:57:20 +0100 npower  r266071 : wae Mac OSX gcc-4.0.1 (PPC)
2009-01-08 11:09:49 +0100 npower  r265986 : wae - Mac OSX gcc-4.0.1 (PPC)
2009-01-07 10:33:20 +0100 npower  r265952 : wae Mac OSX gcc-4.0.1 
2008-12-18 19:14:10 +0100 npower  r265712 : wae for wntmsci12 target
2008-12-17 16:14:54 +0100 npower  r265640 : add Outline property for Font, also remove growing list of friend classes
for ScCellRangeObj and replace by a single class.
2008-12-17 16:11:02 +0100 npower  r265639 : fix path variable for 3.1, also tweak the unix logs
2008-12-11 02:39:58 +0100 hanbo  r265233 : fix the vba/vba namespace of constants
2008-11-25 17:05:39 +0100 npower  r264317 : namespace changes
2008-11-25 14:12:37 +0100 npower  r264308 : revert changes made by mistake when migrating cws
2008-11-25 13:30:59 +0100 npower  r264296 : i#93944# namespace changes
2008-11-25 13:29:25 +0100 npower  r264293 : i#93944# namespace changes
2008-11-25 13:27:08 +0100 npower  r264289 : i#93944# namespace changes
2008-11-24 18:24:17 +0100 npower  r264263 : svn migration
2008-11-24 18:22:47 +0100 npower  r264262 : not needed anymore
2008-11-24 18:21:23 +0100 npower  r264261 : svn migration
2008-11-24 18:18:31 +0100 npower  r264260 : svn migration
2009-02-13 13:03:24 +00:00

78 lines
4.6 KiB
Plaintext

Test run started : 16/10/2007 17:46:03
BEGIN Shapes_Collection_Behaviour
TEST START : Shapes_Collection_Behaviour
ITEM Assertion OK : Name of indexed shape should be 'Sheet2Shape1'
ITEM Assertion OK : Name of indexed shape should be 'Sheet2Shape2'
TEST Success. : Shapes_Collection_Behaviour
END Shapes_Collection_Behaviour
BEGIN Shapes_Select_Item
TEST START : Shapes_Select_Item
ITEM Assertion OK : Correctly selected shape through Range
ITEM Assertion OK : Correctly selected shape through Item
ITEM Assertion OK : Needs to be visually checked. Is there a line on the document?
ITEM Assertion OK : Needs to be visually checked. Are All Shapes Selected?
TEST Success. : Shapes_Select_Item
END Shapes_Select_Item
BEGIN Shapes_Fill
TEST START : Shapes_Fill
ITEM Assertion OK : correctly set visibility of shape fill
ITEM Assertion OK : correctly set transparency of shape line
ITEM Assertion OK : correctly set forecolor of shape fill
ITEM Assertion FAIL : correctly set backcolor of shape fill
ITEM Assertion OK : the success of the TwoColorGradient method needs to be verified visually!
ITEM Assertion OK : correctly set forecolor of shape fill
ITEM Assertion FAIL : correctly set forecolor of shape fill
TEST Success. : Shapes_Fill
END Shapes_Fill
BEGIN Shapes_Line
TEST START : Shapes_Line
ITEM Assertion FAIL : correctly set weight of shape line
ITEM Assertion OK : correctly set visibility of shape line
ITEM Assertion OK : correctly set transparency of shape line
ITEM Assertion OK : correctly set dash style of shape line
ITEM Assertion OK : correctly set dash style of shape line
ITEM Assertion OK : correctly set forecolor of shape line
ITEM Assertion FAIL : correctly set backcolor of shape line
TEST Success. : Shapes_Line
END Shapes_Line
BEGIN Shapes_TextFrame
TEST START : Shapes_TextFrame
ITEM Assertion OK : correctly set Autosize of Shape TextFrame
TEST Success. : Shapes_TextFrame
END Shapes_TextFrame
BEGIN Shapes_SimpleGeometry
TEST START : Shapes_SimpleGeometery
ITEM Assertion OK : shape height should be 49.4519655148368 and got 49.4078709034412
ITEM Assertion OK : shape width should be 101.467710269751 and got 101.423615658355
ITEM Assertion OK : shape left should be 68.5574761223637 and got 68.5417279658754
ITEM Assertion OK : shape top should be 44.1511784471699 and got 44.1354302906816
ITEM Assertion OK : shape rotation should be 0 and got 0
ITEM Assertion OK : shape rotation should be 25 and got 25
ITEM Assertion OK : shape incrementrotation should be 50 and got 50
ITEM Assertion OK : shape incrementleft should be 69.7480272284707 and got 69.7322790719824
ITEM Assertion OK : shape incrementtop should be 93.8141674447769 and got 93.7984192882885
TEST Success. : Shapes_SimpleGeometery
END Shapes_SimpleGeometry
BEGIN Shapes_Range
TEST START : Shapes_Range
ITEM Assertion OK : expected Sheets(2).Shapes.Range(1) to contain 1 element, it contains 1
ITEM Assertion OK : expected Sheets(2).Shapes.Range(1) to return Sheet2Shape1 got Sheet2Shape1
ITEM Assertion OK : expected Sheets(2).Shapes.Range(Sheet2Shape3) to contain 1 element, it contains 1
ITEM Assertion OK : expected Sheets(2).Shapes.Range(Sheet2Shape3) to return Sheet2Shape3 got Sheet2Shape3
ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to contain 2 elements, it contains 2
ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to return concated element/shape names Sheet2Shape3Sheet2Shape1 and got Sheet2Shape3Sheet2Shape1
ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to contain 3 elements, it contains 3
ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to return concated element/shape names Sheet2Shape3Sheet2Shape1Sheet2Shape2 and got Sheet2Shape3Sheet2Shape1Sheet2Shape2
TEST Success. : Shapes_Range
END Shapes_Range
BEGIN Shapes_ShapeRange
TEST START : Shapes_ShapeRange
ITEM Assertion OK : ShapeRange.IncrementLeft shp1.left should be 89.7322790719824 and got 89.7165297816359
ITEM Assertion OK : ShapeRange.IncrementLeft shp2.left should be 240.02518299054 and got 240.009433700193
ITEM Assertion OK : ShapeRange.IncrementTop shp1.Top should be 113.798419288289 and got 113.782669997942
ITEM Assertion OK : ShapeRange.IncrementTop shp2.Top should be 67.4519655148368 and got 67.4362162244903
ITEM Assertion OK : ShapeRange.IncrementRotation shp1.Rotation should be 70 and got 70
ITEM Assertion OK : ShapeRange.IncrementRotation shp2.Rotation should be 20 and got 20
END Shapes_ShapeRange
Test run finished : 16/10/2007 17:46:04