[Checkins] SVN: grokproject/trunk/tests_ Fixed two minor test errors (output differed slightly).

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


Log message for revision 94743:
  Fixed two minor test errors (output differed slightly).

Changed:
  U   grokproject/trunk/tests_paste.txt
  U   grokproject/trunk/tests_zopectl.txt

-=-
Modified: grokproject/trunk/tests_paste.txt
===================================================================
--- grokproject/trunk/tests_paste.txt	2009-01-15 10:44:13 UTC (rev 94742)
+++ grokproject/trunk/tests_paste.txt	2009-01-15 10:48:21 UTC (rev 94743)
@@ -216,6 +216,7 @@
     >>> output = read_sh(cmd)
     >>> print output
     Develop: '...'
+    ...
     Updating eggbasket.
     Updating app.
     Updating i18n.
@@ -224,6 +225,7 @@
     Updating test.
     Updating data.
     Updating log.
+    <BLANKLINE>
 
 
 Using the generated `bootstrap` script

Modified: grokproject/trunk/tests_zopectl.txt
===================================================================
--- grokproject/trunk/tests_zopectl.txt	2009-01-15 10:44:13 UTC (rev 94742)
+++ grokproject/trunk/tests_zopectl.txt	2009-01-15 10:48:21 UTC (rev 94743)
@@ -183,6 +183,7 @@
     >>> output = read_sh(cmd)
     >>> print output
     Develop: '...'
+    ...
     Updating eggbasket.
     Updating app.
     Updating data.
@@ -191,6 +192,7 @@
     The recipe for i18n doesn't define an update method. ...
     i18n: setting up i18n tools
     Updating test.
+    <BLANKLINE>
 
 
 Using the generated `bootstrap` script



More information about the Checkins mailing list