diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-01 11:39:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-01 11:39:01 +0000 |
commit | 56bdcf407f898067d5bef188e5df5ad273000e5c (patch) | |
tree | 570233e5727f2e2b9d6aac3c2568f7a8b1ad9aae /test/fixtures/users.yml | |
parent | df6e29f76695d507793b40d4767e1717176dc3f5 (diff) | |
download | redmine-56bdcf407f898067d5bef188e5df5ad273000e5c.tar.gz redmine-56bdcf407f898067d5bef188e5df5ad273000e5c.zip |
Adds some functional tests.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2545 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/users.yml')
-rw-r--r-- | test/fixtures/users.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index de3553173..50c1dce29 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -96,5 +96,21 @@ users_006: mail_notification: false
login: ''
type: AnonymousUser
+users_007:
+ id: 7
+ created_on: 2006-07-19 19:33:19 +02:00
+ status: 1
+ last_login_on:
+ language: ''
+ hashed_password: 1
+ updated_on: 2006-07-19 19:33:19 +02:00
+ admin: false
+ mail: someone@foo.bar
+ lastname: One
+ firstname: Some
+ auth_source_id:
+ mail_notification: false
+ login: someone
+ type: User
\ No newline at end of file |