[java-idp-integration-tests COMMIT] /trunk/src/test/java/net/shibboleth/idp/test/saml1/SAML1UnsolicitedSSOIntegration...

noreply at shibboleth.net noreply at shibboleth.net
Sun Jun 22 20:27:46 EDT 2014


Author: scantor
Date: Sun Jun 22 20:27:45 2014
New Revision: 18

URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=18&view=rev
Log:
Convert field names to match legacy conventions.

Modified:
    trunk/src/test/java/net/shibboleth/idp/test/saml1/SAML1UnsolicitedSSOIntegrationTest.java

Modified: trunk/src/test/java/net/shibboleth/idp/test/saml1/SAML1UnsolicitedSSOIntegrationTest.java
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/src/test/java/net/shibboleth/idp/test/saml1/SAML1UnsolicitedSSOIntegrationTest.java?rev=18&r1=17&r2=18&view=diff
==============================================================================
--- trunk/src/test/java/net/shibboleth/idp/test/saml1/SAML1UnsolicitedSSOIntegrationTest.java (original)
+++ trunk/src/test/java/net/shibboleth/idp/test/saml1/SAML1UnsolicitedSSOIntegrationTest.java Sun Jun 22 20:27:45 2014
@@ -70,8 +70,8 @@
             }
         });
 
-        final WebElement username = driver.findElement(By.name("username"));
-        final WebElement password = driver.findElement(By.name("password"));
+        final WebElement username = driver.findElement(By.name("j_username"));
+        final WebElement password = driver.findElement(By.name("j_password"));
         final WebElement submit = driver.findElement(By.name("_eventId_proceed"));
 
         username.sendKeys("jdoe");



More information about the commits mailing list