Author: yradtsevich
Date: 2012-04-16 11:13:14 -0400 (Mon, 16 Apr 2012)
New Revision: 40214
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-16
15:09:26 UTC (rev 40213)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/preferences/PreferencesTestCase.java 2012-04-16
15:13:14 UTC (rev 40214)
@@ -39,7 +39,7 @@
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$
- (SWTJBTExt.isRunningOnMacOs() ? "⌘6" : "Ctrl+7") + ")";
//$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+ (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$
@Override