fix all the FindBin paths

This commit is contained in:
Colin Kuskie 2007-12-21 18:56:52 +00:00
parent 303d0b2d0f
commit 4a68ac8c4a
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
use FindBin; use FindBin;
use strict; use strict;
use lib "$FindBin::Bin/../../../../lib"; use lib "$FindBin::Bin/../../../lib";
## The goal of this test is to test the rss view of GalleryAlbums ## The goal of this test is to test the rss view of GalleryAlbums

View file

@ -11,7 +11,7 @@
use FindBin; use FindBin;
use strict; use strict;
use lib "$FindBin::Bin/../../../../lib"; use lib "$FindBin::Bin/../../../lib";
## The goal of this test is to test the slideshow view of GalleryAlbums ## The goal of this test is to test the slideshow view of GalleryAlbums

View file

@ -11,7 +11,7 @@
use FindBin; use FindBin;
use strict; use strict;
use lib "$FindBin::Bin/../../../../lib"; use lib "$FindBin::Bin/../../../lib";
## The goal of this test is to test the thumbnails view of GalleryAlbums ## The goal of this test is to test the thumbnails view of GalleryAlbums