From d28bac7032a0d95fffbba01ad7eaa6a85fd7be16 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 1 Mar 2008 09:37:45 +0000 Subject: aggiunto supporto date (data creazione deve essere scritta nel documento) git-svn-id: svn://luxion/repos/WebCoso/trunk@330 fcb26f47-9200-0410-b104-b98ab5b095f3 --- t/fcp-01.t | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 't/fcp-01.t') diff --git a/t/fcp-01.t b/t/fcp-01.t index 7626cd4..2df0d8c 100644 --- a/t/fcp-01.t +++ b/t/fcp-01.t @@ -114,3 +114,9 @@ is($fc->get($wr_file->stringify), } is($fc->get('nosuchfile'),undef,'return undef on non-existant files'); + +{ + my $module_file=$base->file('lib','File','Cache','Parsed.pm'); + is($fc->stat($module_file)->size, + $module_file->stat->size,'ok stat'); +} -- cgit v1.2.3