Commit 5fddbff3 authored by Chris McDonough's avatar Chris McDonough

Use longer module path name to allow test.py to find test_warnfilter (in test_behavior config).

parent b71f29bc
...@@ -73,7 +73,7 @@ class TestWarnFilter(unittest.TestCase): ...@@ -73,7 +73,7 @@ class TestWarnFilter(unittest.TestCase):
<warnfilter> <warnfilter>
action error action error
message .*test.* message .*test.*
category test_warnfilter.TestSchemaWarning category Zope.Startup.tests.test_warnfilter.TestSchemaWarning
module .*test_warnfilter.* module .*test_warnfilter.*
lineno 0 lineno 0
</warnfilter> </warnfilter>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment