From 847fce068931a6e75d237e7d0d05e011b80567a5 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Fri, 24 Aug 2007 08:23:33 +0000 Subject: [PATCH] fix tests, typo --- lib/WebGUI/Form/TimeField.pm | 2 +- t/Asset/File.t | 2 -- t/Asset/File/Image.t | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/WebGUI/Form/TimeField.pm b/lib/WebGUI/Form/TimeField.pm index f8aee2489..08b8ed1f3 100644 --- a/lib/WebGUI/Form/TimeField.pm +++ b/lib/WebGUI/Form/TimeField.pm @@ -89,7 +89,7 @@ sub definition { }, format => { defaultValue => undef, - }. + }, profileEnabled=>{ defaultValue=>1 }, diff --git a/t/Asset/File.t b/t/Asset/File.t index 5597f8c16..c3db89e46 100644 --- a/t/Asset/File.t +++ b/t/Asset/File.t @@ -22,8 +22,6 @@ use WebGUI::Session; use WebGUI::Storage; use WebGUI::Asset::File; -use Image::Magick; - use Test::More; # increment this value for each test you create use Test::Deep; plan tests => 9; diff --git a/t/Asset/File/Image.t b/t/Asset/File/Image.t index e83775626..867e5e3bd 100644 --- a/t/Asset/File/Image.t +++ b/t/Asset/File/Image.t @@ -23,8 +23,6 @@ use WebGUI::Image; use WebGUI::Storage::Image; use WebGUI::Asset::File::Image; -use Image::Magick; - use Test::More; # increment this value for each test you create use Test::Deep; plan tests => 8;