[Checkins] SVN: grokproject/trunk/tests_paste.txt Fix tests after adding daemon

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Nov 1 13:40:44 EDT 2010


Log message for revision 118071:
  Fix tests after adding daemon

Changed:
  U   grokproject/trunk/tests_paste.txt

-=-
Modified: grokproject/trunk/tests_paste.txt
===================================================================
--- grokproject/trunk/tests_paste.txt	2010-11-01 17:07:34 UTC (rev 118070)
+++ grokproject/trunk/tests_paste.txt	2010-11-01 17:40:43 UTC (rev 118071)
@@ -30,6 +30,8 @@
     ...
     Generated script '...paster'.
     Generated interpreter '...python-console'.
+    Installing daemon.
+    Generated script '...daemon'.
     Installing debug_ini.
     Installing deploy_ini.
     Installing i18n.
@@ -102,6 +104,7 @@
     >>> bin_dir = os.path.join(package_dir, 'bin')
     >>> ls(bin_dir)
     buildout
+    daemon
     i18ncompile
     i18nextract
     i18nmergeall
@@ -285,6 +288,7 @@
     >>> print output
     Develop: ...
     Updating app.
+    Updating daemon.
     Updating debug_ini.
     Updating deploy_ini.
     Updating i18n.



More information about the checkins mailing list