summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdUser.py
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-04 08:13:49 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-04 08:13:49 +0000
commit71cee89b21492fb4a9b8866d57dc455038462cee (patch)
treeb6b5bb6924a310bfea18e857af2e9d591c913d03 /tools/mmd/MmdUser.py
parent- added functionality for location (diff)
- fixed usage of user.create () in tests
git-svn-id: https://svn.spreadspace.org/mur.sat@97 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd/MmdUser.py')
-rw-r--r--tools/mmd/MmdUser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mmd/MmdUser.py b/tools/mmd/MmdUser.py
index feb8f5a..c954626 100644
--- a/tools/mmd/MmdUser.py
+++ b/tools/mmd/MmdUser.py
@@ -94,7 +94,7 @@ if __name__ == "__main__":
email = 'the6@mur.at'
try:
assert user, 'no user object'
- code = user.create (1, 'jogi', 'hofmueller', email, '', 14.4, 47.2, 'blah')
+ code = user.create (1, 'jogi', 'hofmueller', email, '', 'blah')
assert code, 'could not create user'
assert user.load (email), 'could not load user data from db'
print 'User:', user.firstname, user.lastname, user.email