[Mpuls-commits] r1091 - wasko/branches/2.0/waskaweb/tests/functional

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 1 16:48:36 CET 2010


Author: torsten
Date: 2010-02-01 16:48:36 +0100 (Mon, 01 Feb 2010)
New Revision: 1091

Added:
   wasko/branches/2.0/waskaweb/tests/functional/test_casedocument.py
Log:
* waskaweb/tests/functional/test_casedocument.py: New.


Added: wasko/branches/2.0/waskaweb/tests/functional/test_casedocument.py
===================================================================
--- wasko/branches/2.0/waskaweb/tests/functional/test_casedocument.py	2010-02-01 15:44:38 UTC (rev 1090)
+++ wasko/branches/2.0/waskaweb/tests/functional/test_casedocument.py	2010-02-01 15:48:36 UTC (rev 1091)
@@ -0,0 +1,7 @@
+from waskaweb.tests import *
+
+class TestCasedocumentController(TestController):
+
+    def test_index(self):
+        response = self.app.get(url(controller='casedocument', action='index'))
+        # Test response...



More information about the Mpuls-commits mailing list