From 949d67328079c86ea136a1626cef7f7fa4041d12 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 7 Feb 2006 16:05:07 +0000 Subject: aggiornato Config con i nuovi fh lazy git-svn-id: svn://luxion/repos/WebCoso/trunk@156 fcb26f47-9200-0410-b104-b98ab5b095f3 --- t/01-config.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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 -- cgit v1.2.3