wsgi/test/unittest_wsgi.py
changeset 9943 a4aeee690bff
parent 9942 4b99196102f0
child 9944 9b3b21b7ff3e
--- a/wsgi/test/unittest_wsgi.py	Tue Sep 02 10:31:13 2014 +0200
+++ b/wsgi/test/unittest_wsgi.py	Tue Sep 02 13:00:47 2014 +0200
@@ -59,6 +59,11 @@
 
         self.assertEqual(content, req.content.read())
 
+    def test_post(self):
+        self.webapp.post(
+            '/',
+            params={'__login': self.admlogin, '__password': self.admpassword})
+
     @classmethod
     def init_config(cls, config):
         super(WSGIAppTC, cls).init_config(config)