Author: ljelinko
Date: 2011-12-15 08:54:49 -0500 (Thu, 15 Dec 2011)
New Revision: 37354
Modified:
trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/task/dialog/AssociatedPerspectiveDialogClosingTask.java
Log:
removed debugging info
Modified:
trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/task/dialog/AssociatedPerspectiveDialogClosingTask.java
===================================================================
---
trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/task/dialog/AssociatedPerspectiveDialogClosingTask.java 2011-12-15
13:54:25 UTC (rev 37353)
+++
trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/task/dialog/AssociatedPerspectiveDialogClosingTask.java 2011-12-15
13:54:49 UTC (rev 37354)
@@ -1,10 +1,7 @@
package org.jboss.tools.portlet.ui.bot.task.dialog;
-import org.eclipse.swt.widgets.Shell;
import org.eclipse.swtbot.swt.finder.SWTBot;
import org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException;
-import org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable;
-import org.eclipse.swtbot.swt.finder.results.VoidResult;
import org.jboss.tools.portlet.ui.bot.task.AbstractSWTTask;
/**
@@ -29,16 +26,6 @@
SWTBot bot;
try {
- for (final Shell s : getBot().getFinder().getShells()){
- UIThreadRunnable.asyncExec(getBot().getDisplay(), new VoidResult(){
-
- @Override
- public void run() {
- System.out.println(s.getText());
- System.out.println(s);
- }
- });
- }
bot = getBot().shell("Open Associated Perspective?").activate().bot();
} catch (WidgetNotFoundException e) {
// dialog is not open, skip the rest
Show replies by date