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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 2 12:03:54 CET 2010


Author: torsten
Date: 2010-02-02 12:03:54 +0100 (Tue, 02 Feb 2010)
New Revision: 1122

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


Added: wasko/branches/2.0/waskaweb/tests/functional/test_caseappointment.py
===================================================================
--- wasko/branches/2.0/waskaweb/tests/functional/test_caseappointment.py	2010-02-02 11:03:27 UTC (rev 1121)
+++ wasko/branches/2.0/waskaweb/tests/functional/test_caseappointment.py	2010-02-02 11:03:54 UTC (rev 1122)
@@ -0,0 +1,7 @@
+from waskaweb.tests import *
+
+class TestCaseappointmentController(TestController):
+
+    def test_index(self):
+        response = self.app.get(url(controller='caseappointment', action='index'))
+        # Test response...



More information about the Mpuls-commits mailing list