Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
fixed a normalization for new output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Feb 11, 2015
1 parent 2e2b068 commit 0923531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zc/resumelb/tests.py
Expand Up @@ -608,7 +608,7 @@ def zkTearDown(test):
zope.testing.setupstack.tearDown(test)

def test_suite():
e1 = r'127.0.0.1:\d+\s+1\s+0.7\s+[01]'
e1 = r'127.0.0.1:\d+\s+1\s+0.7\s+.1'
e2 = r'127.0.0.1:\d+\s+0\s+0.0\s+-'
return unittest.TestSuite((
manuel.testing.TestSuite(
Expand Down

0 comments on commit 0923531

Please sign in to comment.