]> source.dussan.org Git - nextcloud-server.git/commitdiff
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)
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.


Trivial merge