]> git.decadent.org.uk Git - maypole.git/commitdiff
accidentally committed view_options with /home directory
authorSimon Cozens <simon@simon-cozens.org>
Tue, 21 Dec 2004 17:54:18 +0000 (17:54 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Tue, 21 Dec 2004 17:54:18 +0000 (17:54 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@319 48953598-375a-da11-a14b-00016c27c3ee

t/01basics.t

index 2b1518dead6a4b6a2d34c9c766d65d83b14bd5d4..3a77f02cff97cff1d252118f91fcd9203f71c46d 100644 (file)
@@ -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);