From d1993c81314581ba313eab6116bd75e3ef2067a2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 11 May 2009 21:18:36 +0000 Subject: [PATCH] Fix a test comment. --- t/Asset/Wobject/Collaboration/getThreads.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Asset/Wobject/Collaboration/getThreads.t b/t/Asset/Wobject/Collaboration/getThreads.t index d398443e8..848c235cb 100644 --- a/t/Asset/Wobject/Collaboration/getThreads.t +++ b/t/Asset/Wobject/Collaboration/getThreads.t @@ -146,8 +146,8 @@ $expect = sortThreads( sub { $b->get('title') cmp $a->get('title') }, @threads ) cmp_deeply( $page, $expect, 'getThreadsPaginator sort by form sortBy' ) or diag( "GOT: " . Dumper $page ), diag( "EXPECTED: " . Dumper $expect ); # sortBy scratch gets set by getThreadsPaginator -is( $session->scratch->get($collab->getId.'_sortBy'), 'title', "sortBy scratch set after form submit 1" ); -is( $session->scratch->get($collab->getId.'_sortDir'), 'desc', "sortBy scratch set after form submit 1" ); +is( $session->scratch->get($collab->getId.'_sortBy'), 'title', "sortBy scratch set after form submit 1" ); +is( $session->scratch->get($collab->getId.'_sortDir'), 'desc', "sortDir scratch set after form submit 1" ); # DONT RESET SORT HERE # second sortBy from Form reverses sort