done with addRevision tests
remaining fails are other stuff and I need to move on
This commit is contained in:
parent
7c14d1e6c4
commit
f43541c5c9
7 changed files with 9 additions and 8 deletions
|
|
@ -89,6 +89,10 @@ $expect = sortThreads( sub { $b->get('revisionDate') <=> $a->get('revisionDate')
|
|||
cmp_deeply( $page, $expect, 'getThreadsPaginator sort by no default' )
|
||||
or diag( "GOT: " . Dumper $page ), diag( "EXPECTED: " . Dumper $expect );
|
||||
undef $collab2;
|
||||
# clear scratch to reset sort
|
||||
$session->scratch->delete($collab->getId.'_sortBy');
|
||||
$session->scratch->delete($collab->getId.'_sortDir');
|
||||
|
||||
# sortBy default from asset
|
||||
$collab->update({
|
||||
sortBy => 'assetData.revisionDate',
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ my $ems = $node->addChild({
|
|||
className =>'WebGUI::Asset::Wobject::EventManagementSystem',
|
||||
title => 'Test EMS',
|
||||
description => 'This is a test ems',
|
||||
url => '/test-ems',
|
||||
url => 'test-ems',
|
||||
workflowIdCommit => 'pbworkflow000000000003', # Commit Content Immediately
|
||||
registrationStaffGroupId => $registrars->getId,
|
||||
groupIdView => $attendees->getId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue