[Libreoffice-commits] core.git: sfx2/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 11 08:56:38 UTC 2019
sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 677e2d6bf2b121b6c7b6faec8c08c08fb9ceec08
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 08:19:32 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jul 11 10:55:49 2019 +0200
Fix typo
Change-Id: If83573ab4b427b84f5c125d1fc2509996ed8bdfc
Reviewed-on: https://gerrit.libreoffice.org/75398
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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#
More information about the Libreoffice-commits
mailing list