From: Simon Cozens Date: Tue, 21 Dec 2004 17:54:18 +0000 (+0000) Subject: accidentally committed view_options with /home directory X-Git-Tag: 2.10~45 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=022b9e6b3f519f7e4041112b407b6769dedd7799 accidentally committed view_options with /home directory git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@319 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/t/01basics.t b/t/01basics.t index 2b1518d..3a77f02 100644 --- a/t/01basics.t +++ b/t/01basics.t @@ -15,8 +15,6 @@ $ENV{MAYPOLE_TEMPLATES} = "t/templates"; isa_ok( (bless {},"BeerDB") , "Maypole"); -BeerDB->config->view_options({COMPILE_DIR => '/home/simon/dev/maypole/compiled'}); - # Test the effect of trailing slash on config->uri_base and request URI (my $uri_base = BeerDB->config->uri_base) =~ s:/$::; BeerDB->config->uri_base($uri_base);