This is an automated email from the ASF dual-hosted git repository.
damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new ff9157e Typo.
ff9157e is described below
commit ff9157e3c2e6eea1bdfb12a088bffba652a52002
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Fri Jul 31 06:17:01 2020 +0200
Typo.
Patch by: me
---
test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
b/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
index e488798..5e9123e 100644
--- a/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
+++ b/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
@@ -109,7 +109,7 @@ public class FrameBackGraphic {
XPropertySet xFrameProps1_assert = (XPropertySet)
UnoRuntime.queryInterface(XPropertySet.class, xFrame_Assert1);
GraphicLocation
graphiclocation=(GraphicLocation)xFrameProps1_assert.getPropertyValue("BackGraphicLocation");
assertEquals("verify Frame backgraphic
location",backGraphicLocation,graphiclocation.getValue());
- assertEquals("verify Frame backgraphic
fileter",graphicName,xFrameProps1_assert.getPropertyValue("BackGraphicFilter"));
+ assertEquals("verify Frame backgraphic
filter",graphicName,xFrameProps1_assert.getPropertyValue("BackGraphicFilter"));
assertEquals("verify Frame backgraphic
URL",graphicURL,xFrameProps1_assert.getPropertyValue("BackGraphicURL"));
}
}