X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FTest.py;h=39d451554e60f56c84e15a2a3275526fb5ec34a8;hb=7721c8aedf5db2d2fe135e92a61a2dfb20be7960;hp=1610ed7fb4e6da9106013dce6039338505cefd27;hpb=f84cbfde8f99c04ad05322c7ac8392fc34b820bd;p=plcapi.git diff --git a/PLC/Test.py b/PLC/Test.py index 1610ed7..39d4515 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: