[bug fix for linkroot
ganesh@earth.li**20040430040719] {
hunk ./PhotoPub/Utils.pm 348
- my $root=&handlephoto('default',"/$thing");
+ my $root=&handlephoto('linkroot',"/$thing");
hunk ./test/regression 5
-::call test22
+::call test22 test23
addfile ./test/test23
hunk ./test/test23 1
-
+# linkroots
+::run test ! -d scratch
+::run mkdir scratch
+
+::sleep 1
+:{write scratch/photopubrc
+albumlinkroot album
+
+ standard scratch/album.thtml
+
+
+
+ title Test1
+
+
+:}
+
+:{write scratch/album.thtml
+
+
+$title
+
+
+:}
+
+:{init
+:{albumhtml album=/all style=/standard
+Test1
+:}
+:}
+
+::run rm scratch/*
+::run rmdir scratch
}