[Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner/testrunner-profiling-cprofiler.txt
fix test failure -- I'm not sure when this began failing or
why. I changed the
Benji York
benji at zope.com
Wed Jul 2 15:25:21 EDT 2008
Log message for revision 87933:
fix test failure -- I'm not sure when this began failing or why. I changed the
expected output such that either the old or new output should pass the test.
Changed:
U zope.testing/trunk/src/zope/testing/testrunner/testrunner-profiling-cprofiler.txt
-=-
Modified: zope.testing/trunk/src/zope/testing/testrunner/testrunner-profiling-cprofiler.txt
===================================================================
--- zope.testing/trunk/src/zope/testing/testrunner/testrunner-profiling-cprofiler.txt 2008-07-02 17:14:09 UTC (rev 87932)
+++ zope.testing/trunk/src/zope/testing/testrunner/testrunner-profiling-cprofiler.txt 2008-07-02 19:25:20 UTC (rev 87933)
@@ -19,15 +19,10 @@
>>> from zope.testing import testrunner
>>> testrunner.run(defaults)
- Running unit tests:
+ Running...
...
- Running samplelayers.Layer1 tests:
- ...
- Running samplelayers.Layer11 tests:
- ...
- Total: ... tests, 0 failures, 0 errors in ... seconds.
- ...
ncalls tottime percall cumtime percall filename:lineno(function)...
+ ...
Profiling also works across layers::
More information about the Zope3-Checkins
mailing list