Code changed in jenkins
User: Daniel Beck
Path:
test/src/main/java/org/jvnet/hudson/test/recipes/PresetData.java
test/src/main/preset-data/secured-acegi/config.xml
test/src/main/preset-data/secured-acegi/readme.txt
test/src/main/preset-data/secured-acegi/users/alice/config.xml
http://jenkins-ci.org/commit/jenkins-test-harness/5b0d293a4f41fea9b020fbe4636da5c5d825906e
Log:
JENKINS-15757 Add tests
A new test for the existing 'Remember me' functionality that verifies that
the cookie is set, and a new test showing that, even if requested by the
user, no cookie will be set, if 'Remember me' is disabled in the security
configuration.
Originally-Committed-As: 9ed2ed5fd90de8930802090cb7d0ffd0f996620c
Code changed in jenkins
User: Daniel Beck
Path:
test/src/main/java/org/jvnet/hudson/test/recipes/PresetData.java
test/src/main/preset-data/secured-acegi/config.xml
test/src/main/preset-data/secured-acegi/readme.txt
test/src/main/preset-data/secured-acegi/users/alice/config.xml
test/src/test/java/hudson/security/LoginTest.java
http://jenkins-ci.org/commit/jenkins/9ed2ed5fd90de8930802090cb7d0ffd0f996620c
Log:
JENKINS-15757Add testsA new test for the existing 'Remember me' functionality that verifies that
the cookie is set, and a new test showing that, even if requested by the
user, no cookie will be set, if 'Remember me' is disabled in the security
configuration.