aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2006-02-07 16:05:07 +0000
committerdakkar <dakkar@luxion>2006-02-07 16:05:07 +0000
commit949d67328079c86ea136a1626cef7f7fa4041d12 (patch)
tree531c4f9c7481a26f15933f3cc318a110a0b49b8f /t
parentaggiunte letture da fh, anche lazy (diff)
downloadWebCoso-949d67328079c86ea136a1626cef7f7fa4041d12.tar.gz
WebCoso-949d67328079c86ea136a1626cef7f7fa4041d12.tar.bz2
WebCoso-949d67328079c86ea136a1626cef7f7fa4041d12.zip
aggiornato Config con i nuovi fh lazy
git-svn-id: svn://luxion/repos/WebCoso/trunk@156 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't')
-rw-r--r--t/01-config.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-config.t b/t/01-config.t
index 79bca63..4fee455 100644
--- a/t/01-config.t
+++ b/t/01-config.t
@@ -29,7 +29,7 @@ is_deeply(
[$resources[0]->get_axis_values('filename')],
["$thisdir/src/file1.rest.txt"],
'filename');
-my $content=do {my $fh=$resources[0]->get_property({filename=>"$thisdir/src/file1.rest.txt"},'datastream');local $/;<$fh>};
+my $content=$resources[0]->get_property_string({filename=>"$thisdir/src/file1.rest.txt"},'datastream');
is($content,
<<'EOF','');
Titolo