summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-03-11 11:56:55 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-03-11 11:56:55 +0400
commita3d54706c3b84c999eea03962e5d949e84f9bf37 (patch)
tree3df700a356dd3a985b5ce3fbff8af99c35bf4cb4
parent9e5cb05d576f622f1db5f4fc06f96acb752e14b7 (diff)
downloadDHG_packages-a3d54706c3b84c999eea03962e5d949e84f9bf37.tar.gz
haskell-notmuch-web: Actually add patch
-rw-r--r--p/haskell-notmuch-web/debian/patches/testsuite-http-code12
1 files changed, 12 insertions, 0 deletions
diff --git a/p/haskell-notmuch-web/debian/patches/testsuite-http-code b/p/haskell-notmuch-web/debian/patches/testsuite-http-code
new file mode 100644
index 000000000..ac2808703
--- /dev/null
+++ b/p/haskell-notmuch-web/debian/patches/testsuite-http-code
@@ -0,0 +1,12 @@
+Index: haskell-notmuch-web-0.2.0/tests/HomeTest.hs
+===================================================================
+--- haskell-notmuch-web-0.2.0.orig/tests/HomeTest.hs 2014-03-11 08:53:21.497243833 +0100
++++ haskell-notmuch-web-0.2.0/tests/HomeTest.hs 2014-03-11 08:53:42.005243076 +0100
+@@ -11,6 +11,6 @@
+ ydescribe "Basic home page tests" $
+ yit "main page redirects to the login page" $ do
+ get HomeR
+- statusIs 303
++ statusIs 302
+ get ("/auth/login" :: String)
+ bodyContains "Password"