From 01062458d94f36f3ac882f71429e73b42ffac4a4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 19 Oct 2011 13:42:07 -0700 Subject: [PATCH] Fix syntax error preventing this test from running. The test still doesn't run because it needs to be converted from Test::WWW::Mechanize to WebGUI::Test::Mechanize and take advantage of plack, but now it doesn't run cleanly. --- t/Asset/Wobject/GalleryAlbum/edit.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/Asset/Wobject/GalleryAlbum/edit.t b/t/Asset/Wobject/GalleryAlbum/edit.t index 409a64765..e7be7af67 100644 --- a/t/Asset/Wobject/GalleryAlbum/edit.t +++ b/t/Asset/Wobject/GalleryAlbum/edit.t @@ -174,8 +174,6 @@ cmp_deeply( \@oldDims, \@newerDims, "Check if all files were rotated by 90° CCW } -} - done_testing; #----------------------------------------------------------------------------