an absolute slew of changes.
This commit is contained in:
parent
9499e17cfd
commit
e33c7bebc3
22 changed files with 80 additions and 68 deletions
2
t/User.t
2
t/User.t
|
|
@ -67,6 +67,8 @@ is($user->authMethod, "WebGUI", 'authMethod() -- default value is WebGUI');
|
|||
$lastUpdate = time();
|
||||
$user->authMethod("LDAP");
|
||||
is($user->authMethod, "LDAP", 'authMethod() -- set to LDAP');
|
||||
$user->authMethod("WebGUI");
|
||||
is($user->authMethod, "WebGUI", 'authMethod() -- set back to WebGUI');
|
||||
is($user->lastUpdated, $lastUpdate, 'lastUpdated() -- authmethod change');
|
||||
|
||||
#See if datecreated is correct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue