fix use lib paths

This commit is contained in:
Colin Kuskie 2007-12-21 19:24:50 +00:00
parent ead0016496
commit 4a95c73cc8
6 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,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 creation and deletion of album assets ## The goal of this test is to test the creation and deletion of album assets

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 deleting of GalleryAlbums ## The goal of this test is to test the deleting of GalleryAlbums

View file

@ -10,7 +10,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 creation and deletion of album assets ## The goal of this test is to test the creation and deletion of album assets

View file

@ -10,7 +10,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 permissions of GalleryAlbum assets ## The goal of this test is to test the permissions of GalleryAlbum assets

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

@ -10,7 +10,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 creation and deletion of album assets ## The goal of this test is to test the creation and deletion of album assets