[Osaas-commits] r73 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Mar 19 19:19:33 CET 2010


Author: bh
Date: 2010-03-19 19:19:33 +0100 (Fri, 19 Mar 2010)
New Revision: 73

Modified:
   trunk/ChangeLog
Log:
Fix class/function references: use . instead of ::


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-03-19 18:18:36 UTC (rev 72)
+++ trunk/ChangeLog	2010-03-19 18:19:33 UTC (rev 73)
@@ -22,20 +22,20 @@
 	Adapt server tests to new timestamps:
 
 	* server/test/test_formparser.py
-	(FormParsingTests::test_convert_form_urlencoded)
-	(FormParsingTests::test_missing_required_parameters_in_formdata)
-	(FormParsingTests::test_missing_required_parameters_in_requeststring)
-	(FormParsingTests::test_missing_optional_parameters)
-	(FormParsingTests::test_duplicate_parameters)
-	(FormParsingTests::test_duplicate_parameters_in_requeststring):
+	(FormParsingTests.test_convert_form_urlencoded)
+	(FormParsingTests.test_missing_required_parameters_in_formdata)
+	(FormParsingTests.test_missing_required_parameters_in_requeststring)
+	(FormParsingTests.test_missing_optional_parameters)
+	(FormParsingTests.test_duplicate_parameters)
+	(FormParsingTests.test_duplicate_parameters_in_requeststring):
 	Adapt to new form fields starttime and endtime and add
 	milliseconds to timestamps.
 
 	* server/test/test_osasserver.py
-	(OSAASDBServerTests::test_post_with_content)
-	(OSAASDBServerTests::test_post_with_content_and_filtering)
-	(OSAASDBServerTests::test_post_without_service_field)
-	(OSAASDBServerTests::test_post_with_content_with_missing_fields):
+	(OSAASDBServerTests.test_post_with_content)
+	(OSAASDBServerTests.test_post_with_content_and_filtering)
+	(OSAASDBServerTests.test_post_without_service_field)
+	(OSAASDBServerTests.test_post_with_content_with_missing_fields):
 	Adapt to new form fields starttime and endtime and add
 	milliseconds to timestamps.
 
@@ -55,7 +55,7 @@
 
 2010-03-19  Bernhard Herzog  <bh at intevation.de>
 
-	* server/test/serversupport.py (ServerTest::run_simple_http_test):
+	* 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>



More information about the Osaas-commits mailing list