From b0356f06a0e88125c0ce4abf5fc2f00564f4f9ca Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 13 Apr 2006 22:52:16 +0000 Subject: [PATCH] update test to use new method name --- t/Group.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Group.t b/t/Group.t index 7b7d0e4bd..217522ebe 100644 --- a/t/Group.t +++ b/t/Group.t @@ -92,7 +92,7 @@ is ($g->expireNotifyOffset(), -14, 'Default expire notify offset time'); is ($g->deleteOffset(), 14, 'Default delete offset time'); is ($g->expireNotify(), 0, 'Default expire notify time'); is ($g->databaseLinkId(), 0, 'Default databaseLinkId'); -is ($g->dbCacheTimeout(), 3600, 'Default external database cache timeout'); +is ($g->groupCacheTimeout(), 3600, 'Default external database cache timeout'); is ($g->dateCreated(), $g->lastUpdated(), 'lastUpdated = create time'); is_deeply ($g->getGroupsIn(), [3], 'Admin group added by default to this group'); is_deeply ($g->getGroupsFor(), [], 'Group not added to any other group');