summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-25 19:41:20 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-25 19:41:20 -0400
commitb74b7ab68b983b3f7d9e561eb991b21764cdb3be (patch)
tree8abb4c1f92d7f34af6fca32471749776e4bc36e8
parentd0bd30824ec9c1f2af04d9e3d9b13473c8fcb9d8 (diff)
parentfdf3b7c4b8af5752770a23c94d5427179b9e5605 (diff)
Merge branch 'master' into autoconfig
-rwxr-xr-xt/basewiki_brokenlinks.t2
-rwxr-xr-xt/permalink.t13
-rw-r--r--t/tinyblog/index.mdwn1
-rw-r--r--t/tinyblog/post.mdwn1
4 files changed, 16 insertions, 1 deletions
diff --git a/t/basewiki_brokenlinks.t b/t/basewiki_brokenlinks.t
index 994e3e377..9753122a0 100755
--- a/t/basewiki_brokenlinks.t
+++ b/t/basewiki_brokenlinks.t
@@ -4,7 +4,7 @@ use strict;
use Test::More 'no_plan';
ok(! system("mkdir t/tmp"));
-ok(! system("make -q ikiwiki.out"));
+ok(! system("make -s ikiwiki.out"));
ok(! system("make extra_install DESTDIR=`pwd`/t/tmp/install PREFIX=/usr >/dev/null"));
ok(! system("LC_ALL=C perl -T -I. ./ikiwiki.out -plugin smiley -plugin brokenlinks -rebuild -underlaydir=t/tmp/install/usr/share/ikiwiki/basewiki -templatedir=templates t/basewiki_brokenlinks t/tmp/out"));
ok(`grep 'no broken links' t/tmp/out/index.html`);
diff --git a/t/permalink.t b/t/permalink.t
new file mode 100755
index 000000000..9b44cd72e
--- /dev/null
+++ b/t/permalink.t
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+use warnings;
+use strict;
+use Test::More 'no_plan';
+
+ok(! system("mkdir t/tmp"));
+ok(! system("make -s ikiwiki.out"));
+ok(! system("LC_ALL=C perl -T -I. ./ikiwiki.out -plugin inline -url=http://example.com -cgiurl=http://example.com/ikiwiki.cgi -rss -atom -underlaydir=underlays/basewiki -templatedir=templates t/tinyblog t/tmp/out"));
+# This guid should never, ever change, for any reason whatsoever!
+my $guid="http://example.com/post/";
+ok(length `grep '<guid>$guid</guid>' t/tmp/out/index.rss`);
+ok(length `grep '<id>$guid</id>' t/tmp/out/index.atom`);
+ok(! system("rm -rf t/tmp t/tinyblog/.ikiwiki"));
diff --git a/t/tinyblog/index.mdwn b/t/tinyblog/index.mdwn
new file mode 100644
index 000000000..010c85de1
--- /dev/null
+++ b/t/tinyblog/index.mdwn
@@ -0,0 +1 @@
+[[inline pages="post" rss=yes]]
diff --git a/t/tinyblog/post.mdwn b/t/tinyblog/post.mdwn
new file mode 100644
index 000000000..9eaeec7ef
--- /dev/null
+++ b/t/tinyblog/post.mdwn
@@ -0,0 +1 @@
+only post