Author: hdu
Date: Mon Feb 24 17:06:30 2014
New Revision: 1571353
URL: http://svn.apache.org/r1571353
Log:
#i124305# adjust fvt.gui.sd.table.TableFontEffectsProperty to the standard
color-palette
which was changed for #i121520#. The color black was moved from index 1 to
index 12.
Modified:
openoffice/trunk/test/testgui/source/fvt/gui/sd/table/TableFontEffectsProperty.java
Modified:
openoffice/trunk/test/testgui/source/fvt/gui/sd/table/TableFontEffectsProperty.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testgui/source/fvt/gui/sd/table/TableFontEffectsProperty.java?rev=1571353&r1=1571352&r2=1571353&view=diff
==============================================================================
---
openoffice/trunk/test/testgui/source/fvt/gui/sd/table/TableFontEffectsProperty.java
(original)
+++
openoffice/trunk/test/testgui/source/fvt/gui/sd/table/TableFontEffectsProperty.java
Mon Feb 24 17:06:30 2014
@@ -70,7 +70,8 @@ public class TableFontEffectsProperty {
app.dispatch(".uno:TableDialog", 3);
effectsPage.select();
// select Font color
- effectsPageColor.select(1);
+ final int nBlackIndex = 12; // according to standard.soc as of
#i121520#
+ effectsPageColor.select( nBlackIndex);
assertEquals("EffectsPage_Color isn't black",
effectsPageColor.getSelText(), "Black");
// select Relief