[Osaas-commits] r66 - in trunk: . server/test
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Mar 19 18:55:39 CET 2010
Author: bh
Date: 2010-03-19 18:55:38 +0100 (Fri, 19 Mar 2010)
New Revision: 66
Modified:
trunk/ChangeLog
trunk/server/test/serversupport.py
Log:
* server/test/serversupport.py (ServerTest::run_simple_http_test):
Add comment about printing the error lod for debug purposes.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-03-19 17:54:09 UTC (rev 65)
+++ trunk/ChangeLog 2010-03-19 17:55:38 UTC (rev 66)
@@ -1,5 +1,10 @@
2010-03-19 Bernhard Herzog <bh at intevation.de>
+ * server/test/serversupport.py (ServerTest::run_simple_http_test):
+ Add comment about printing the error lod for debug purposes.
+
+2010-03-19 Bernhard Herzog <bh at intevation.de>
+
* client/java/owsproxy/README.txt: Add revision to degree checkout
command
Modified: trunk/server/test/serversupport.py
===================================================================
--- trunk/server/test/serversupport.py 2010-03-19 17:54:09 UTC (rev 65)
+++ trunk/server/test/serversupport.py 2010-03-19 17:55:38 UTC (rev 66)
@@ -128,6 +128,10 @@
if body is not None:
http.send(body)
response = http.getresponse()
+ # uncomment the following lines to print the contents of the
+ # error log when debugging:
+ # print "ServerTest.run_simple_http_test", \
+ # self.error_log_stream.getvalue()
self.assertEquals(response.status, status)
if access_log is None:
More information about the Osaas-commits
mailing list