[jbosstools-commits] JBoss Tools SVN: r41680 - trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jun 4 10:13:58 EDT 2012


Author: jjankovi
Date: 2012-06-04 10:13:56 -0400 (Mon, 04 Jun 2012)
New Revision: 41680

Modified:
   trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ErrorLogView.java
Log:
ErrorLogView has now viewObject set

Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ErrorLogView.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ErrorLogView.java	2012-06-04 13:45:17 UTC (rev 41679)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ErrorLogView.java	2012-06-04 14:13:56 UTC (rev 41680)
@@ -6,6 +6,7 @@
 import org.eclipse.swtbot.swt.finder.widgets.SWTBotShell;
 import org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem;
 import org.jboss.tools.ui.bot.ext.gen.ActionItem;
+import org.jboss.tools.ui.bot.ext.gen.ActionItem.View.GeneralErrorLog;
 import org.jboss.tools.ui.bot.ext.helper.ContextMenuHelper;
 
 /**
@@ -16,6 +17,10 @@
  */
 public class ErrorLogView extends ViewBase {
 
+	public ErrorLogView() {
+		viewObject = GeneralErrorLog.LABEL;
+	}
+	
 	/**
 	 * logs all error log messages into a logger
 	 */



More information about the jbosstools-commits mailing list