some other (similar) failure cases
authorJoey Hess <joey@kitenet.net>
Sun, 18 Jul 2010 17:50:06 +0000 (13:50 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 18 Jul 2010 17:50:06 +0000 (13:50 -0400)
t/conflicts.t

index ac5f93b03c6531780182dd8a622e779409c67eba..ac270e8062c48db261b28650faddcabb16ec678c 100755 (executable)
@@ -48,6 +48,22 @@ ok(! system("touch $srcdir/foo.mdwn"));
 ok(! system("touch $srcdir/foo.txt"));
 setupiki("conflicting page sources in setup");
 
+# Page and non-page file with same pagename.
+newsrcdir();
+ok(! system("touch $srcdir/foo.mdwn"));
+ok(! system("touch $srcdir/foo"));
+setupiki("conflicting page and non-page in setup");
+newsrcdir();
+ok(! system("touch $srcdir/foo.mdwn"));
+setupiki("initial setup");
+ok(! system("touch $srcdir/foo"));
+refreshiki("conflicting page added (non-page already existing) in refresh");
+newsrcdir();
+ok(! system("touch $srcdir/foo"));
+setupiki("initial setup");
+ok(! system("touch $srcdir/foo.mdwn"));
+refreshiki("conflicting non-page added (page already existing) in refresh");
+
 # Changing a page file into a non-page could also cause ikiwiki to fail.
 newsrcdir();
 ok(! system("touch $srcdir/foo.mdwn"));