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.

This commit is contained in:
Colin Kuskie 2011-10-19 13:42:07 -07:00
parent ffa11a7191
commit 01062458d9

View file

@ -174,8 +174,6 @@ cmp_deeply( \@oldDims, \@newerDims, "Check if all files were rotated by 90° CCW
}
}
done_testing;
#----------------------------------------------------------------------------