Fixed the travis failure by updating the code after merge up to latest

References #164
This commit is contained in:
Mahesh V Kelkar 2015-04-30 09:06:18 -04:00
parent 8aae0e2c31
commit d2d567dfbd
3 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
type: deploydb.models.promotion.ManualLDAPPromotionImpl
description: "Manual LDAP Promotion"
attributes:
allowedGroup: GRP-AWS-Dev-Eng
allowedGroup: ManualPromotionGroup

View File

@ -131,9 +131,6 @@ class LdapAuthenticator implements Authenticator<BasicCredentials, BasicCredenti
*/
env.put(connectPoolTimeoutName, connectPoolTimeoutValue)
env.put("javax.net.ssl.trustStore", "/Users/mkelkar/deploydb/kelkarkeystore")
/** User specific attributes */
env.put(Context.SECURITY_AUTHENTICATION, "simple")
env.put(Context.SECURITY_PRINCIPAL, configuration.bindDN)

View File

@ -16,7 +16,7 @@ class DeploymentDAOSpec extends Specification {
def setup() {
mcfgHelper.setup()
integAppHelper.startAppWithConfiguration('deploydb.spock.yml')
integAppHelper.runner.getApplication().configDirectory = mcfgHelper.baseCfgDirName
integAppHelper.runner.getApplication().configuration.configDirectory = mcfgHelper.baseCfgDirName
}
def cleanup() {