From: Mark Huang Date: Fri, 12 Jan 2007 00:15:03 +0000 (+0000) Subject: - don't disable users when randomly updating their info X-Git-Tag: pycurl-7_13_1~113 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7372b4dd8d9c99ac333e0d723e39580d55b01844;hp=2f0b024765a56cc82817c9cdff44904712b186ab;p=plcapi.git - don't disable users when randomly updating their info --- diff --git a/PLC/Test.py b/PLC/Test.py index 1610ed7f..39d45155 100644 --- a/PLC/Test.py +++ b/PLC/Test.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Test.py,v 1.19 2007/01/09 16:23:47 mlhuang Exp $ +# $Id: Test.py,v 1.1 2007/01/11 21:27:49 mlhuang Exp $ # from pprint import pprint @@ -605,6 +605,8 @@ class Test: for person_id in self.person_ids: # Update user person_fields = random_person() + # Keep them enabled + person_fields['enabled'] = True self.api.UpdatePerson(person_id, person_fields) if self.check: