[Inteproxy-commits] r200 - in trunk: . test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Sep 10 22:13:15 CEST 2009


Author: bh
Date: 2009-09-10 22:13:14 +0200 (Thu, 10 Sep 2009)
New Revision: 200

Modified:
   trunk/ChangeLog
   trunk/test/test_transcoder_map.py
Log:
* test/test_transcoder_map.py (TranscoderMapTest.setUp): Use the
new TranscoderMap functions


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-09-10 20:12:10 UTC (rev 199)
+++ trunk/ChangeLog	2009-09-10 20:13:14 UTC (rev 200)
@@ -1,5 +1,10 @@
 2009-09-10  Bernhard Herzog  <bh at intevation.de>
 
+	* test/test_transcoder_map.py (TranscoderMapTest.setUp): Use the
+	new TranscoderMap functions
+
+2009-09-10  Bernhard Herzog  <bh at intevation.de>
+
 	* test/test_inteproxy.py (ServerTest.create_transcoder_map): Use
 	lists of inteproxy-urls instead of tuples of strings to describe
 	he rules

Modified: trunk/test/test_transcoder_map.py
===================================================================
--- trunk/test/test_transcoder_map.py	2009-09-10 20:12:10 UTC (rev 199)
+++ trunk/test/test_transcoder_map.py	2009-09-10 20:13:14 UTC (rev 200)
@@ -24,7 +24,7 @@
         config_filename = self.create_temp_file(self.id(), self.config_contents)
         config = inteproxy.config.read_config(config_filename)
         self.transcoder_map = create_transcoder_map()
-        self.transcoder_map.add_hosts(config.rules)
+        self.transcoder_map.add_rules(config.rules)
 
 
 class TestTranscoderMapNoWildcards(TranscoderMapTest):



More information about the Inteproxy-commits mailing list