You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2013/02/04 14:15:36 UTC

svn commit: r1442103 - /openoffice/trunk/test/testgui/source/fvt/gui/sc/validity/ValidityDialogSetting.java

Author: hdu
Date: Mon Feb  4 13:15:36 2013
New Revision: 1442103

URL: http://svn.apache.org/viewvc?rev=1442103&view=rev
Log:
#i121388# fix FVT autotest assertion for appname

Modified:
    openoffice/trunk/test/testgui/source/fvt/gui/sc/validity/ValidityDialogSetting.java

Modified: openoffice/trunk/test/testgui/source/fvt/gui/sc/validity/ValidityDialogSetting.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/test/testgui/source/fvt/gui/sc/validity/ValidityDialogSetting.java?rev=1442103&r1=1442102&r2=1442103&view=diff
==============================================================================
--- openoffice/trunk/test/testgui/source/fvt/gui/sc/validity/ValidityDialogSetting.java (original)
+++ openoffice/trunk/test/testgui/source/fvt/gui/sc/validity/ValidityDialogSetting.java Mon Feb  4 13:15:36 2013
@@ -526,7 +526,7 @@ public class ValidityDialogSetting {
 		scInputBarInput.activate();
 		typeKeys("13");
 		typeKeys("<enter>");
-		assertEquals("OpenOffice.org Calc", activeMsgBox.getCaption());
+		assertEquals("Apache OpenOffice Calc", activeMsgBox.getCaption());
 		// assertEquals("Invalid value.",ActiveMsgBox.getMessage()); // Can not
 		// verify in multi-language
 		activeMsgBox.ok();