Author: yradtsevich
Date: 2012-04-17 05:22:35 -0400 (Tue, 17 Apr 2012)
New Revision: 40230
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/preferences/PreferencesTestCase.java
Log:
https://issues.jboss.org/browse/JBIDE-11302 -- adding junit.
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/preferences/PreferencesTestCase.java
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/preferences/PreferencesTestCase.java 2012-04-17
00:21:47 UTC (rev 40229)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/preferences/PreferencesTestCase.java 2012-04-17
09:22:35 UTC (rev 40230)
@@ -38,7 +38,8 @@
protected static final String PREF_TOOLTIP = "Preferences"; //$NON-NLS-1$
protected static final String PREF_FILTER_SHELL_TITLE = "Preferences
(Filtered)"; //$NON-NLS-1$
protected static final String SCROLL_LOCK_TOOLTIP = "Synchronize scrolling between
source and visual panes"; //$NON-NLS-1$
- protected static final String I18N_BUTTON_TOOLTIP = "Externalize selected
string...(" + //$NON-NLS-1$
+ protected static final String I18N_BUTTON_TOOLTIP1 = "Externalize selected
string..."; //$NON-NLS-1$
+ protected static final String I18N_BUTTON_TOOLTIP = "Externalize selected string...
(" + //$NON-NLS-1$
(SWTJBTExt.isRunningOnMacOs() ? "⌘7" : "Ctrl+7") + ")";
//$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
protected static final String SHOW_VISUAL_TOOLBAR_PREFS_CHECKBOX_NAME = "Show
toolbar within the editor (otherwise in Eclipse's toolbar)"; //$NON-NLS-1$