Author: ozizka(a)redhat.com
Date: 2009-06-17 12:22:59 -0400 (Wed, 17 Jun 2009)
New Revision: 535
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/sbm/ServiceBindingManagerTest.java
Log:
ServiceBindingManager test updated.
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/sbm/ServiceBindingManagerTest.java
===================================================================
---
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/sbm/ServiceBindingManagerTest.java 2009-06-17
14:28:55 UTC (rev 534)
+++
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/sbm/ServiceBindingManagerTest.java 2009-06-17
16:22:59 UTC (rev 535)
@@ -24,6 +24,7 @@
/**
+ * Checks that SBM is listed in the tree, and verifies the Summary tab values.
*/
public void testServiceBindingManagerTest() throws IOException, EmbJoprTestException {
@@ -53,6 +54,8 @@
/**
+ * Changes "Active Binding Set Name" property in the Conf tab, saves,
+ * and then changes back to original.
*/
public void testServiceBindingManagerConfigurationTest() throws IOException,
EmbJoprTestException {
@@ -68,7 +71,7 @@
//ejtt.tabMenu.getTabContentBox().getFirstTable().getFirstRowContainingText("")
Properties props = new Properties();
// Carefully - setting this to non-existent leads to disfunctional AS! See
- props.setProperty("Active Binding Set Name", "ports-01");
+ props.setProperty("activeBindingSetName", "ports-01");
fillOutForm(props);
ejtt.tabMenu.getTabContentBox().getButtonByLabel("Save");
Show replies by date