]> source.dussan.org Git - nextcloud-server.git/commit
Merge pull request #5032 from owncloud/fixing-5006-master
authorAndreas Fischer <bantu@owncloud.com>
Tue, 8 Oct 2013 21:17:51 +0000 (23:17 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Tue, 8 Oct 2013 21:17:51 +0000 (23:17 +0200)
commitfe64f7b900eed4d86eb1d6907d31ecb099989ab7
tree0bea7cad2cfb9c78d8fa6c9a7155bfe3da94df3a
parent24e99016a924b296685abc290f12d9f533f684d5
parent75588fc0b6556d64825e842d4cf62ea572792723
Merge pull request #5032 from owncloud/fixing-5006-master

Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.

* owncloud/fixing-5006-master:
  Use strict comparison === instead of ==.
  Adjust return value tests for checkPassword() to what OC_User_Example says.
  Make OC_User_Dummy::checkPassword() compatible with OC_User_Example.
  Use parent:: in Test_User_Database::getUser().
  Test_User_Backend::getUser() does not return an array, it returns a string.
  Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.