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 <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20080702192521.B171A399F7__15851.1415859268$1215026802$gmane$org@mail.zope.org> |
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::