Project

General

Profile

« Previous | Next » 

Revision 5c5f8c0b

Added by Dominic Cleal over 7 years ago

fixes #18489 - test AuthSourceLdap missing and blank passwords

After 2348fc8e, providing an empty password during update would erase
the existing password. Other resource type tests were updated, but not
AuthSourceLdap, so these now reflect the current behaviour.

These started failing on Rails 5 as the test params passed converted a
value of nil (not really possible) to an empty string, causing the
password to be blanked. On develop, the original password was nil
and the update to another nil value was a no-op.

  • added
  • modified
  • copied
  • renamed
  • deleted