[Checkins] SVN: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/ fixed some tests

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Jan 15 15:05:10 EST 2009


Log message for revision 94765:
  fixed some tests

Changed:
  U   z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt
  U   z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/utils.py

-=-
Modified: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt
===================================================================
--- z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt	2009-01-15 20:02:18 UTC (rev 94764)
+++ z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt	2009-01-15 20:05:10 UTC (rev 94765)
@@ -150,7 +150,7 @@
     Installing basket.
     Couldn't find index page for 'orange' (maybe misspelled?)
     Getting distribution for 'orange'.
-    basket: Distributions are not installed. A tarball will be downloaded.
+    basket: Not all distributions are installed. A tarball will be downloaded.
     basket: Downloading http://nowhere ...
     basket: Url not found: http://nowhere.
     <BLANKLINE>
@@ -184,7 +184,7 @@
     Installing basket.
     Couldn't find index page for 'orange' (maybe misspelled?)
     Getting distribution for 'orange'.
-    basket: Distributions are not installed. A tarball will be downloaded.
+    basket: Not all distributions are installed. A tarball will be downloaded.
     basket: Downloading .../tarserver/colours.tgz ...
     basket: Finished downloading.
     basket: Extracting tarball contents...

Modified: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/utils.py
===================================================================
--- z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/utils.py	2009-01-15 20:02:18 UTC (rev 94764)
+++ z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/utils.py	2009-01-15 20:05:10 UTC (rev 94765)
@@ -10,7 +10,7 @@
 # XXX We may want to add command line argument handling.
 logging.basicConfig(level=logging.INFO,
                     format='%(levelname)-5s %(name)-12s %(message)s')
-log = logging.getLogger('eggbasket.utils')
+log = logging.getLogger('basket')
 
 
 def install_distributions(distributions, target_dir, links=[],



More information about the Checkins mailing list