Author: ldimaggio
Date: 2012-10-05 09:16:32 -0400 (Fri, 05 Oct 2012)
New Revision: 44336
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/NewProjectUsingBundledInSOA.java
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/ESBActionFactory.java
Log:
Corrected reference to combo box in editor/ESBActionFactory.java
Removed unnecessary debug statements in NewProjectUsingBundledInSOA.java
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/NewProjectUsingBundledInSOA.java
===================================================================
---
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/NewProjectUsingBundledInSOA.java 2012-10-05
09:44:49 UTC (rev 44335)
+++
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/NewProjectUsingBundledInSOA.java 2012-10-05
13:16:32 UTC (rev 44336)
@@ -38,7 +38,7 @@
assertTrue(wiz.radio(0).isSelected());
wiz.sleep(3000l);
- org.jboss.tools.ui.bot.ext.SWTUtilExt.displayAllBotWidgets(wiz);
+// org.jboss.tools.ui.bot.ext.SWTUtilExt.displayAllBotWidgets(wiz);
wiz.button("Finish").click();
wiz.sleep(3000l);
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/ESBActionFactory.java
===================================================================
---
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/ESBActionFactory.java 2012-10-05
09:44:49 UTC (rev 44335)
+++
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/ESBActionFactory.java 2012-10-05
13:16:32 UTC (rev 44336)
@@ -81,10 +81,10 @@
@Override
protected void doEditing(SWTBotEditor editor, String... path) {
SWTBotSection section = bot.section(editor.bot(),getSectionTitle());
- org.jboss.tools.ui.bot.ext.SWTUtilExt.displayAllBotWidgets(bot);
+ //org.jboss.tools.ui.bot.ext.SWTUtilExt.displayAllBotWidgets(bot);
editTextProperty(editor, section.bot(), "Process Definition Name:",
"process-definition-name", "edited process definition name");
editTextProperty(editor, section.bot(), "Process ID:",
"process-id", "edited processID");
- editProcess(editor,true);
+ editProcess(editor,false);
}
@Override
protected void doFillForm(SWTBotShell shell) {
@@ -431,10 +431,9 @@
Assertions.assertButtonEnabled(shell.bot().button(getFinishButton()), false);
shell.bot().text(0).setText(this.uiName);
- System.out.println ("DEBUG - this.uiName " + this.uiName);
+ //System.out.println ("DEBUG - this.uiName " + this.uiName);
+ //org.jboss.tools.ui.bot.ext.SWTUtilExt.displayAllBotWidgets(shell.bot());
- org.jboss.tools.ui.bot.ext.SWTUtilExt.displayAllBotWidgets(shell.bot());
-
/* ldimaggi - Nov 4 2011 - need this to avoid an error where an array
* out of bounds is hit - as the Sync Service Invoker has combo boxes, not text
fields */
if (this.uiName.equals("Sync Service Invoker")) {
Show replies by date