Update test for new cache system.

This commit is contained in:
Colin Kuskie 2010-05-06 20:08:21 -07:00
parent 7032e86cf1
commit e830e922c8

View file

@ -1063,6 +1063,6 @@ END {
$newProfileField->delete() if $newProfileField;
$session->cache->delete('myTestKey');
$session->cache->remove('myTestKey');
}