summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-11 08:19:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-11 10:55:49 +0200
commit677e2d6bf2b121b6c7b6faec8c08c08fb9ceec08 (patch)
tree02003506bb4c582bde1895c242738223edbcca5c /sfx2/qa
parent48a035ba501c122e740c160be86730d02226e107 (diff)
Fix typo
Change-Id: If83573ab4b427b84f5c125d1fc2509996ed8bdfc Reviewed-on: https://gerrit.libreoffice.org/75398 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java b/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java
index 67dbb17295d1..37b5d0d9cd7c 100644
--- a/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java
+++ b/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java
@@ -79,7 +79,7 @@ public abstract class DrawingOrPresentationDocumentTest extends DocumentTestBase
final Object shape = firstPageShapes.getByIndex(0);
verifyShapeGeometry( shape, BIG_CIRCLE_SIZE, BIG_CIRCLE_SIZE );
final XPropertySet shapeProps = UnoRuntime.queryInterface( XPropertySet.class, shape );
- assertEquals( "wrong circle tpye", CIRCLE_TYPE.getValue(), ((CircleKind)shapeProps.getPropertyValue( "CircleKind" )).getValue() );
+ assertEquals( "wrong circle type", CIRCLE_TYPE.getValue(), ((CircleKind)shapeProps.getPropertyValue( "CircleKind" )).getValue() );
//assertEquals( "wrong circle fill color", FILL_COLOR, ((Integer)shapeProps.getPropertyValue( "FillColor" )).intValue() );
// disable this particular check: A bug in the drawing layer API restores the FillColor to its
// default value upon re-insertion. This is issue #i115080#