aboutsummaryrefslogtreecommitdiff
path: root/t/fcp-01.t
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2008-03-01 09:37:45 +0000
committerdakkar <dakkar@luxion>2008-03-01 09:37:45 +0000
commitd28bac7032a0d95fffbba01ad7eaa6a85fd7be16 (patch)
tree7187deed6d9143a8fc0168eaed3edc57ebe60917 /t/fcp-01.t
parentrefactoring: cleaner (diff)
downloadWebCoso-d28bac7032a0d95fffbba01ad7eaa6a85fd7be16.tar.gz
WebCoso-d28bac7032a0d95fffbba01ad7eaa6a85fd7be16.tar.bz2
WebCoso-d28bac7032a0d95fffbba01ad7eaa6a85fd7be16.zip
aggiunto supporto date (data creazione deve essere scritta nel documento)
git-svn-id: svn://luxion/repos/WebCoso/trunk@330 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't/fcp-01.t')
-rw-r--r--t/fcp-01.t6
1 files changed, 6 insertions, 0 deletions
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');
+}