Skip to content

Commit

Permalink
fixing test, probably zope.testrunner added "skipped"
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Jul 7, 2013
1 parent 5b415e6 commit 69b12a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zope/app/appsetup/testlayer.txt
Expand Up @@ -57,7 +57,7 @@ And run that suite:
>>> succeeded = runner.run()
Running zope.app.appsetup.testpackage.ZODBLayer tests:
Set up zope.app.appsetup.testpackage.ZODBLayer in ... seconds.
Ran 4 tests with 0 failures and 0 errors in ... seconds.
Ran 4 tests with 0 failures, 0 errors and 0 skipped in ... seconds.
Tearing down left over layers:
Tear down zope.app.appsetup.testpackage.ZODBLayer in ... seconds.

Expand Down Expand Up @@ -110,6 +110,6 @@ And run that suite:
>>> succeeded = runner.run()
Running zope.app.appsetup.testpackage.CustomZODBLayer tests:
Set up zope.app.appsetup.testpackage.CustomZODBLayer in ... seconds.
Ran 2 tests with 0 failures and 0 errors in ... seconds.
Ran 2 tests with 0 failures, 0 errors and 0 skipped in ... seconds.
Tearing down left over layers:
Tear down zope.app.appsetup.testpackage.CustomZODBLayer in ... seconds.

0 comments on commit 69b12a1

Please sign in to comment.