sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 677e2d6bf2b121b6c7b6faec8c08c08fb9ceec08
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 11 08:19:32 2019 +0200
Commit:     Julien Nabet <serval2...@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 <serval2...@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#
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to