diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-12 19:33:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-12 19:33:09 +0000 |
commit | 4fda1f6cd1ca7bf4af271d5125130f6bb10cd7b4 (patch) | |
tree | 5e60123aff030f8eafb1c7f8702fad252a0b0f62 /test/fixtures | |
parent | 12ea96066bb4837a3a136fdc24be24c96775b77e (diff) | |
download | redmine-4fda1f6cd1ca7bf4af271d5125130f6bb10cd7b4.tar.gz redmine-4fda1f6cd1ca7bf4af271d5125130f6bb10cd7b4.zip |
Start implementing tests for Redmine.pm perl module.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9826 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/users.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 1e612fc90..d29c155cd 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -126,7 +126,9 @@ users_008: status: 1 last_login_on: language: 'it' - hashed_password: 1 + # password = foo + salt: 7599f9963ec07b5a3b55b354407120c0 + hashed_password: 8f659c8d7c072f189374edacfa90d6abbc26d8ed updated_on: 2006-07-19 19:33:19 +02:00 admin: false mail: miscuser8@foo.bar |