[Checkins] SVN: grokproject/branches/rochael-alternate-grok_release_url/tests.txt fix previously existing and superfluous test breakages

Leonardo Rochael Almeida leo at hiper.com.br
Sun Sep 28 04:07:54 EDT 2008


Log message for revision 91571:
  fix previously existing and superfluous test breakages

Changed:
  U   grokproject/branches/rochael-alternate-grok_release_url/tests.txt

-=-
Modified: grokproject/branches/rochael-alternate-grok_release_url/tests.txt
===================================================================
--- grokproject/branches/rochael-alternate-grok_release_url/tests.txt	2008-09-28 08:02:54 UTC (rev 91570)
+++ grokproject/branches/rochael-alternate-grok_release_url/tests.txt	2008-09-28 08:07:53 UTC (rev 91571)
@@ -168,20 +168,13 @@
     >>> print output
     Develop: '...'
     Updating eggbasket.
-    Updating app.
-    Generated script '...runzope'.
-    Generated script '...debugzope'.
+    Updating app...
     Updating data.
-    Updating zopectl.
-    Generated script '...zopectl'.
+    Updating zopectl...
     Updating i18n.
     The recipe for i18n doesn't define an update method. ...
-    i18n: setting up i18n tools
-    Generated script '...i18nextract'.
-    Generated script '...i18nmergeall'.
-    Generated script '...i18nstats'.
-    Updating test.
-    Generated script '...test'.
+    i18n: setting up i18n tools...
+    Updating test...
 
 Using the generated `bootstrap` script
 --------------------------------------
@@ -195,10 +188,12 @@
     >>> cmd = "%s %s" % (sys.executable, cmd_arg)
     >>> output = read_sh(cmd)
     >>> print output
+    Generated script '.../bin/buildout'.
     Develop: '...'
     Installing 'z3c.recipe.eggbasket'.
     We have the distribution that satisfies 'z3c.recipe.eggbasket==...'.
     Getting required 'zc.recipe.egg==...'
     We have the distribution that satisfies 'zc.recipe.egg==...'.
-    Updating eggbasket.
-    Now you can run '...'
+    Uninstalling eggbasket.
+    Installing eggbasket...
+    Now you can run '...



More information about the Checkins mailing list