[Osaas-commits] r44 - in trunk: . server/test
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 20 20:07:22 CET 2008
Author: bh
Date: 2008-11-20 20:07:19 +0100 (Thu, 20 Nov 2008)
New Revision: 44
Modified:
trunk/ChangeLog
trunk/server/test/test_osasserver.py
Log:
* server/test/test_osasserver.py
(OSAASDBServerTests.test_post_with_content_and_filtering): Fix
test failure introduced with the preceding changes.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-11-20 19:01:55 UTC (rev 43)
+++ trunk/ChangeLog 2008-11-20 19:07:19 UTC (rev 44)
@@ -1,5 +1,11 @@
2008-11-20 Bernhard Herzog <bh at intevation.de>
+ * server/test/test_osasserver.py
+ (OSAASDBServerTests.test_post_with_content_and_filtering): Fix
+ test failure introduced with the preceding changes.
+
+2008-11-20 Bernhard Herzog <bh at intevation.de>
+
Implement filtering of requests correctly. In particular, do not
check whether all required fields are present before filtering the
requests. For instance, in the old implementation GetCapabilities
Modified: trunk/server/test/test_osasserver.py
===================================================================
--- trunk/server/test/test_osasserver.py 2008-11-20 19:01:55 UTC (rev 43)
+++ trunk/server/test/test_osasserver.py 2008-11-20 19:07:19 UTC (rev 44)
@@ -193,7 +193,7 @@
self.check_attributes(self.dbrequests[0],
user="karl",
responsetime=datetime.datetime(2007, 6, 1,
- 12, 14, 16),
+ 12, 14, 17),
wmsidextern="example.com/cgi-bin/fridawms",
wmsidintern="localhost/cgi-bin/myfrida",
requeststring=("VERSION=1.1.1&REQUEST=GetMap"
More information about the Osaas-commits
mailing list